We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0673c09 commit 79dc0a2Copy full SHA for 79dc0a2
.github/workflows/build.yaml
@@ -64,7 +64,7 @@ jobs:
64
if: matrix.os.name == 'linux'
65
with:
66
version: v1.61.0
67
- - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
68
69
name: regal-${{ matrix.os.name }}
70
path: regal
.github/workflows/scorecard.yml
@@ -32,7 +32,7 @@ jobs:
32
publish_results: true
33
34
- name: "Upload artifact"
35
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
36
37
name: SARIF file
38
path: results.sarif
0 commit comments