We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8deb591 commit b0bd64bCopy full SHA for b0bd64b
2 files changed
.github/workflows/scorecard.yml
@@ -30,7 +30,7 @@ jobs:
30
publish_results: true
31
32
- name: "Upload artifact"
33
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
34
with:
35
name: SARIF file
36
path: results.sarif
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Run Tests and Linting
42
run: npm run test
43
44
- - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
45
46
name: test-reports-${{ matrix.node-version }}
47
path: test/reports/
0 commit comments