Skip to content

Commit 86977d8

Browse files
authored
Merge pull request #21673 from Homebrew/dependabot/github_actions/github-actions-7b65cbaeec
build(deps): bump the github-actions group with 3 updates
2 parents 8d0c8ae + 7a250d0 commit 86977d8

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353

5454
- name: Upload SARIF file
55-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
55+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
5656
# We can't use the SARIF file when triggered by `merge_group` so we don't upload it.
5757
if: always() && github.event_name != 'merge_group'
5858
with:
@@ -87,7 +87,7 @@ jobs:
8787
security-events: write
8888
steps:
8989
- name: Download SARIF file
90-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
90+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
9191
with:
9292
name: results.sarif
9393
path: results.sarif

.github/workflows/command-not-found-db-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
shasum --algorithm=256 --check executables.txt.sha256
7373
7474
- name: Upload database artifact
75-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
75+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7676
with:
7777
name: executables-database
7878
path: executables.txt

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217

218218
- name: Upload the Docker image digest
219219
if: fromJSON(steps.attributes.outputs.push)
220-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
220+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
221221
with:
222222
name: digest-${{ matrix.version }}-${{ matrix.arch }}
223223
path: ${{ runner.temp }}/digests/*
@@ -237,7 +237,7 @@ jobs:
237237
cache-binary: false
238238

239239
- name: Download Docker image digests
240-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
240+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
241241
with:
242242
path: ${{ runner.temp }}/digests
243243
pattern: digest-${{ matrix.version }}-*

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@ jobs:
154154
fi
155155
156156
- name: Generate build provenance
157-
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
157+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
158158
with:
159159
subject-path: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg
160160

161161
- name: Upload installer to GitHub Actions
162-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
162+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
163163
with:
164164
name: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg
165165
path: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg
@@ -181,7 +181,7 @@ jobs:
181181
name: macos-26-arm64
182182
steps:
183183
- name: Download installer from GitHub Actions
184-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
184+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
185185
with:
186186
name: "${{ needs.build.outputs.installer_path }}"
187187

@@ -251,7 +251,7 @@ jobs:
251251
persist-credentials: false
252252

253253
- name: Download installer from GitHub Actions
254-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
254+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
255255
with:
256256
name: "${{ needs.build.outputs.installer_path }}"
257257

0 commit comments

Comments
 (0)