File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 show-progress : ${{ runner.debug == '1' && 'true' || 'false' }}
2626
2727 - name : Run actionlint
28- uses : docker://rhysd/actionlint@sha256:887a259a5a534f3c4f36cb02dca341673c6089431057242cdc931e9f133147e9 # v1.7.7
28+ uses : docker://rhysd/actionlint@sha256:5457037ba91acd225478edac3d4b32e45cf6c10291e0dabbfd2491c63129afe1 # v1.7.11
2929 with :
3030 args : " -color -verbose"
3131
@@ -44,20 +44,20 @@ jobs:
4444 contents : read
4545 steps :
4646 - name : Checkout repository
47- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
47+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
4848 with :
4949 persist-credentials : false
5050
5151 - name : Install the latest version of uv
52- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8 .0
52+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
5353
5454 - name : Run zizmor
55- run : uvx zizmor@1.14.2 --persona=regular --format=sarif --strict-collection . > results.sarif
55+ run : uvx zizmor@1.23.1 --persona=regular --format=sarif --strict-collection . > results.sarif
5656 env :
5757 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5858
5959 - name : Upload SARIF file
60- uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
60+ uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
6161 with :
6262 sarif_file : results.sarif
6363 category : zizmor
You can’t perform that action at this time.
0 commit comments