Skip to content

Commit 82aa773

Browse files
Merge pull request #57 from Homebrew/dependabot/github_actions/artifacts-19ac703470
2 parents fff3f4b + 3a2a886 commit 82aa773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
52+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
5353
with:
5454
name: results.sarif
5555
path: results.sarif

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: docker cp "$GITHUB_SHA":/home/linuxbrew/bootstrap-binaries .
5353

5454
- name: Upload binaries to GitHub Actions
55-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
55+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
5656
with:
5757
name: bootstrap-${{matrix.arch}}-${{matrix.binary}}
5858
path: bootstrap-binaries

0 commit comments

Comments
 (0)