Skip to content

Commit

Permalink
workflows/actionlint: fix commit hash
Browse files Browse the repository at this point in the history
It seems from #201105 that we're currently following the main branch,
rather than stable releases. This updates the commit hash to point to
the latest stable release (v3.27.9) instead.
  • Loading branch information
ZhongRuoyu committed Dec 14, 2024
1 parent f63c6ca commit 9119117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
path: results.sarif

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@dd7559424621a6dd0b32ababe9e4b271a87f78d2 # v3.27.9
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
with:
sarif_file: results.sarif
category: zizmor

0 comments on commit 9119117

Please sign in to comment.