Skip to content

Commit 5602f0e

Browse files
authored
Merge pull request #20451 from Homebrew/dependabot/all-dbdec0a9b9
Bump the "all" group with 2 updates across multiple ecosystems
2 parents 7dd47ca + 8ef6814 commit 5602f0e

File tree

126 files changed

+1217
-1213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+1217
-1213
lines changed

.github/workflows/actionlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install tools
4444
run: brew install actionlint shellcheck zizmor
4545

46-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4747
with:
4848
persist-credentials: false
4949

@@ -93,7 +93,7 @@ jobs:
9393
path: results.sarif
9494

9595
- name: Upload SARIF file
96-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
96+
uses: github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
9797
with:
9898
sarif_file: results.sarif
9999
category: zizmor

.github/workflows/autogenerated-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
test-bot: true
3535

3636
- name: Cache Bundler RubyGems
37-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
37+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3838
with:
3939
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
4040
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
with:
2727
persist-credentials: false
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
30+
uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
3131
with:
3232
languages: ruby
3333
config: |
3434
paths-ignore:
3535
- Library/Homebrew/vendor
3636
3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
38+
uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9

.github/workflows/docker.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
merge: ${{ steps.attributes.outputs.merge }}
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3838
with:
3939
fetch-depth: 0
4040
persist-credentials: false
@@ -160,7 +160,7 @@ jobs:
160160
arch: "arm64"
161161
steps:
162162
- name: Checkout
163-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
163+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
164164
with:
165165
fetch-depth: 0
166166
persist-credentials: false
@@ -188,7 +188,7 @@ jobs:
188188
echo "push=$(jq --raw-output "${filter}" <<<"${PUSH}")" >>"${GITHUB_OUTPUT}"
189189
190190
- name: Log in to GitHub Packages (github-actions[bot])
191-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
191+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
192192
with:
193193
registry: ghcr.io
194194
username: github-actions[bot]
@@ -223,7 +223,7 @@ jobs:
223223

224224
- name: Log in to GitHub Packages (BrewTestBot)
225225
if: fromJSON(steps.attributes.outputs.push)
226-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
226+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
227227
with:
228228
registry: ghcr.io
229229
username: BrewTestBot
@@ -273,20 +273,20 @@ jobs:
273273
cache-binary: false
274274

275275
- name: Download Docker image digests
276-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
276+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
277277
with:
278278
path: ${{ runner.temp }}/digests
279279
pattern: digest-${{ matrix.version }}-*
280280
merge-multiple: true
281281

282282
- name: Log in to Docker Hub
283-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
283+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
284284
with:
285285
username: brewtestbot
286286
password: ${{ secrets.HOMEBREW_BREW_DOCKER_TOKEN }}
287287

288288
- name: Log in to GitHub Packages (BrewTestBot)
289-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
289+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
290290
with:
291291
registry: ghcr.io
292292
username: BrewTestBot

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
test-bot: false
3232

3333
- name: Checkout repository
34-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535
with:
3636
persist-credentials: false
3737

@@ -70,7 +70,7 @@ jobs:
7070
run: ../script/generate-api-samples.rb --template
7171

7272
- name: Cache HTML Proofer
73-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
73+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
7474
with:
7575
path: tmp/.htmlproofer
7676
key: ${{ runner.os }}-htmlproofer

.github/workflows/pkg-installer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: rm -f "${RUNNER_TEMP}/${TEMPORARY_CERTIFICATE_FILE}"
8282

8383
- name: Checkout another Homebrew to brew subdirectory
84-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
84+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8585
with:
8686
path: brew
8787
fetch-depth: 0
@@ -162,7 +162,7 @@ jobs:
162162
name: macos-15-arm64
163163
steps:
164164
- name: Download installer from GitHub Actions
165-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
165+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
166166
with:
167167
name: "${{ needs.build.outputs.installer_path }}"
168168

@@ -215,7 +215,7 @@ jobs:
215215
contents: write
216216
steps:
217217
- name: Download installer from GitHub Actions
218-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
218+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
219219
with:
220220
name: "${{ needs.build.outputs.installer_path }}"
221221

.github/workflows/rubydoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
test-bot: false
3737

3838
- name: Checkout Homebrew/rubydoc.brew.sh
39-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4040
with:
4141
repository: Homebrew/rubydoc.brew.sh
4242
path: rubydoc

.github/workflows/sponsors-maintainers-man-completions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }}
5151

5252
- name: Cache Bundler RubyGems
53-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
53+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5454
with:
5555
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
5656
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

.github/workflows/sync-default-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "target=${target}" >> "$GITHUB_OUTPUT"
4444
echo "source=${source}" >> "$GITHUB_OUTPUT"
4545
46-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4747
with:
4848
fetch-depth: 1
4949
persist-credentials: true

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
test-bot: false
4141

4242
- name: Cache Bundler RubyGems
43-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
43+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4444
with:
4545
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
4646
key: ${{ runner.os }}-rubygems-syntax-${{ steps.set-up-homebrew.outputs.gems-hash }}
@@ -53,7 +53,7 @@ jobs:
5353
run: brew install shellcheck shfmt
5454

5555
- name: Cache style cache
56-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
56+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5757
with:
5858
path: ~/.cache/Homebrew/style
5959
key: syntax-style-cache-${{ github.sha }}
@@ -92,7 +92,7 @@ jobs:
9292
test-bot: true
9393

9494
- name: Cache Bundler RubyGems
95-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
95+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9696
with:
9797
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
9898
key: ${{ runner.os }}-rubygems-tap-syntax-${{ steps.set-up-homebrew.outputs.gems-hash }}
@@ -102,7 +102,7 @@ jobs:
102102
run: brew install-bundler-gems --groups=style
103103

104104
- name: Cache style cache
105-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
105+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
106106
with:
107107
path: ~/.cache/Homebrew/style
108108
key: tap-syntax-style-cache-${{ github.sha }}
@@ -266,7 +266,7 @@ jobs:
266266
test-bot: false
267267

268268
- name: Cache Bundler RubyGems
269-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
269+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
270270
with:
271271
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
272272
key: ${{ matrix.runs-on }}-tests-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
@@ -281,7 +281,7 @@ jobs:
281281
run: mkdir tests
282282

283283
- name: Cache parallel tests log
284-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
284+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
285285
with:
286286
path: tests
287287
key: ${{ runner.os }}-${{ matrix.test-flags }}-parallel_runtime_rspec-${{ github.sha }}
@@ -505,7 +505,7 @@ jobs:
505505

506506
- name: Cache Homebrew Bundler RubyGems
507507
id: cache
508-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
508+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
509509
with:
510510
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
511511
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

0 commit comments

Comments
 (0)