Commit 255a401 1 parent a413fcc commit 255a401 Copy full SHA for 255a401
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
persist-credentials : false
31
31
32
32
- name : " Run analysis"
33
- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
33
+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
34
34
with :
35
35
results_file : results.sarif
36
36
results_format : sarif
@@ -47,14 +47,14 @@ jobs:
47
47
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
48
48
# format to the repository Actions tab.
49
49
- name : " Upload artifact"
50
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
50
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
51
51
with :
52
52
name : SARIF file
53
53
path : results.sarif
54
54
retention-days : 5
55
55
56
56
# Upload the results to GitHub's code scanning dashboard.
57
57
- name : " Upload to code-scanning"
58
- uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
58
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
59
59
with :
60
60
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments