Skip to content

Commit a13f786

Browse files
Merge pull request #212104 from Homebrew/dependabot/github_actions/artifacts-aeec8888df
build(deps): bump the artifacts group with 2 updates
2 parents a1fa5cc + 3a3acac commit a13f786

8 files changed

+9
-9
lines changed

.github/workflows/actionlint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- run: zizmor --format sarif . > results.sarif
5858

5959
- name: Upload SARIF file
60-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
60+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6161
with:
6262
name: results.sarif
6363
path: results.sarif
@@ -81,7 +81,7 @@ jobs:
8181
security-events: write
8282
steps:
8383
- name: Download SARIF file
84-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
84+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
8585
with:
8686
name: results.sarif
8787
path: results.sarif

.github/workflows/automerge-from-merge-queue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
actions: read
4242
steps:
4343
- name: Upload metadata
44-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
44+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4545
with:
4646
name: event_payload
4747
path: ${{ github.event_path }}

.github/workflows/automerge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
workflow-name: Triage tasks
4848

4949
- name: Download `event_payload` artifact
50-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
50+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5151
with:
5252
name: event_payload
5353
github-token: ${{ github.token }}

.github/workflows/dispatch-build-bottle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
test-bot: false
222222

223223
- name: Download bottles from GitHub Actions
224-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
224+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
225225
with:
226226
pattern: bottles_*
227227
path: ${{ env.BOTTLES_DIR }}

.github/workflows/dispatch-rebottle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
test-bot: false
157157

158158
- name: Download bottles from GitHub Actions
159-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
159+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
160160
with:
161161
pattern: bottles_*
162162
path: ${{ env.BOTTLES_DIR }}

.github/workflows/recreate-linux-runners.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Download `event_payload` artifact
4949
if: github.event_name == 'workflow_run'
50-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
50+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5151
with:
5252
name: event_payload
5353
github-token: ${{ github.token }}

.github/workflows/triage-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
workflow-name: Triage tasks
4242

4343
- name: Download `event_payload` artifact
44-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
44+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4545
with:
4646
name: event_payload
4747
github-token: ${{ github.token }}

.github/workflows/triage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: always() && github.repository_owner == 'Homebrew'
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
27+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2828
with:
2929
name: event_payload
3030
path: ${{ github.event_path }}

0 commit comments

Comments
 (0)