We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169c157 commit fcdfe87Copy full SHA for fcdfe87
.github/workflows/fuzz.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
npm run fuzz
31
32
- - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
+ - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
33
if: ${{ failure() }}
34
with:
35
name: undici-fuzz-results-${{ github.sha }}
.github/workflows/scorecard.yml
@@ -43,7 +43,7 @@ jobs:
43
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
44
# format to the repository Actions tab.
45
- name: "Upload artifact"
46
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
+ uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
47
48
name: SARIF file
49
path: results.sarif
0 commit comments