There was an error while loading. Please reload this page.
1 parent d41dc0a commit f84c3a8Copy full SHA for f84c3a8
2 files changed
.github/workflows/release-cli.yml
@@ -55,7 +55,7 @@ jobs:
55
chmod +x bin/*
56
57
- name: Archive build artifacts
58
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
59
with:
60
name: bin
61
path: cli/bin
.github/workflows/scorecard.yml
@@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
62
63
64
name: SARIF file
65
path: results.sarif
0 commit comments