File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 33# policy, and support documentation.
44
55name : Scorecard supply-chain security
6+
67on :
78 # For Branch-Protection check. Only the default branch is supported. See
89 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
@@ -32,12 +33,12 @@ jobs:
3233
3334 steps :
3435 - name : " Checkout code"
35- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
36+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3637 with :
3738 persist-credentials : false
3839
3940 - name : " Run analysis"
40- uses : ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6
41+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
4142 with :
4243 results_file : results.sarif
4344 results_format : sarif
@@ -59,14 +60,14 @@ jobs:
5960 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6061 # format to the repository Actions tab.
6162 - name : " Upload artifact"
62- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
63+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
6364 with :
6465 name : SARIF file
6566 path : results.sarif
6667 retention-days : 5
6768
6869 # Upload the results to GitHub's code scanning dashboard.
6970 - name : " Upload to code-scanning"
70- uses : github/codeql-action/upload-sarif@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f # v2.23.2
71+ uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
7172 with :
7273 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments