1 parent 0b27b58 commit f0b92cbCopy full SHA for f0b92cb
1 file changed
.github/workflows/scorecards.yml
@@ -36,7 +36,7 @@ jobs:
36
egress-policy: audit
37
38
- name: "Checkout code"
39
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
40
with:
41
persist-credentials: false
42
@@ -63,7 +63,7 @@ jobs:
63
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64
# format to the repository Actions tab.
65
- name: "Upload artifact"
66
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
67
68
name: SARIF file
69
path: results.sarif
0 commit comments