1 parent 5d4c22a commit ac343c6Copy full SHA for ac343c6
1 file changed
‎.github/workflows/scorecards.yml‎
@@ -37,7 +37,7 @@ jobs:
37
disable-telemetry: true
38
39
- name: "Checkout code"
40
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
41
with:
42
persist-credentials: false
43
@@ -64,7 +64,7 @@ jobs:
64
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
65
# format to the repository Actions tab.
66
- name: "Upload artifact"
67
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
68
69
name: SARIF file
70
path: results.sarif
0 commit comments