We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a318e6c commit 01b64a4Copy full SHA for 01b64a4
.github/workflows/build.yaml
@@ -60,7 +60,7 @@ jobs:
60
if: matrix.os.name == 'linux'
61
with:
62
version: v1.59.0
63
- - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
+ - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
64
65
name: regal-${{ matrix.os.name }}
66
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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
+ uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
36
37
name: SARIF file
38
path: results.sarif
0 commit comments