Skip to content

Commit 79b7a02

Browse files
authored
Merge pull request #40 from sebassem/main
update action
2 parents 0e2371f + 3334a28 commit 79b7a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
- name: "Upload artifact"
62-
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
62+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4.3.6
6363
with:
64-
name: SARIF-file
64+
name: SARIF file
6565
path: results.sarif
6666
retention-days: 5
6767

0 commit comments

Comments
 (0)