File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ jobs:
2727 security-events : write
2828 id-token : write # For OIDC
2929 steps :
30- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
30+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131 with :
3232 persist-credentials : false
3333
3434 - name : Run Scorecard
35- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
35+ uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
3636 with :
3737 results_file : results.sarif
3838 results_format : sarif
3939 publish_results : true
4040
4141 - name : Upload SARIF
42- uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3
42+ uses : github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
4343 with :
4444 sarif_file : results.sarif
4545
6262 check-critical :
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
65+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6666
6767 - name : Check SECURITY.md exists
6868 run : |
You can’t perform that action at this time.
0 commit comments