File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
3434
3535 steps :
3636 - name : " Checkout code"
37- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
37+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
3838 with :
3939 persist-credentials : false
4040
4141 - name : " Run analysis"
42- uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
42+ uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
4343 with :
4444 results_file : results.sarif
4545 results_format : sarif
6464 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565 # format to the repository Actions tab.
6666 - name : " Upload artifact"
67- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
67+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6868 with :
6969 name : SARIF file
7070 path : results.sarif
7373 # Upload the results to GitHub's code scanning dashboard (optional).
7474 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575 - name : " Upload to code-scanning"
76- uses : github/codeql-action/upload-sarif@v3
76+ uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4
7777 with :
7878 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments