Skip to content

Commit 9e45b0a

Browse files
Merge pull request #958 from Homebrew/dependabot/github_actions/artifacts-aeec8888df
2 parents 6a89965 + 47b8df4 commit 9e45b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actionlint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: zizmor --format sarif . > results.sarif
5050

5151
- name: Upload SARIF file
52-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
52+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5353
with:
5454
name: results.sarif
5555
path: results.sarif
@@ -73,7 +73,7 @@ jobs:
7373
security-events: write
7474
steps:
7575
- name: Download SARIF file
76-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
76+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
7777
with:
7878
name: results.sarif
7979
path: results.sarif

0 commit comments

Comments
 (0)