diff options
| author | Trung Lê <8@tle.id.au> | 2026-06-10 11:11:08 +1000 |
|---|---|---|
| committer | Trung Lê <8@tle.id.au> | 2026-06-10 11:11:08 +1000 |
| commit | 53ccd9f7ca56a77c445c1cf5eada3ea8e07c16b6 (patch) | |
| tree | c461c87c953d6b57abb5ca353bfe8929d06fe12d /.github | |
| parent | f6009527636f8a8017d5b9192efe96a1d03d2028 (diff) | |
ci: pin GitHub Actions to commit SHAs (checkout v6.0.3, codeql-action v4.36.2)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gobject-linter.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/gobject-linter.yml b/.github/workflows/gobject-linter.yml index 403871f..42b72da 100644 --- a/.github/workflows/gobject-linter.yml +++ b/.github/workflows/gobject-linter.yml @@ -23,7 +23,7 @@ jobs: contents: read security-events: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # Produce SARIF for the Security tab and inline PR annotations. # Never fails the job — the blocking gate below decides pass/fail. @@ -31,7 +31,7 @@ jobs: run: gobject-linter . --format sarif > gobject-linter.sarif || true - name: Upload SARIF - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 # Pull requests from forks get a read-only token and cannot upload to # code scanning; don't let that fail the run. continue-on-error: true |
