File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 - name : Install tools
4242 run : brew install actionlint shellcheck zizmor
4343
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545 with :
4646 persist-credentials : false
4747
5050 zizmor --format sarif . > results.sarif || true
5151
5252 - name : Upload SARIF file
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
5454 with :
5555 name : results.sarif
5656 path : results.sarif
@@ -74,13 +74,13 @@ jobs:
7474 security-events : write
7575 steps :
7676 - name : Download SARIF file
77- uses : actions/download-artifact@v4
77+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
7878 with :
7979 name : results.sarif
8080 path : results.sarif
8181
8282 - name : Upload SARIF file
83- uses : github/codeql-action/upload-sarif@v3
83+ uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
8484 with :
8585 sarif_file : results.sarif
8686 category : zizmor
You can’t perform that action at this time.
0 commit comments