Skip to content

fix: insert new comments at correct sort position (#151) #95

fix: insert new comments at correct sort position (#151)

fix: insert new comments at correct sort position (#151) #95

Workflow file for this run

name: OpenSSF Scorecard
on:
push:
branches: [main]
schedule:
- cron: '0 0 * * 0' # Weekly on Sunday midnight UTC
workflow_dispatch:
permissions: read-all
jobs:
analysis:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
security-events: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Run Scorecard
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload SARIF
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
with:
sarif_file: results.sarif