Skip to content

Commit 12cd0e1

Browse files
authored
Merge pull request #316 from Homebrew/dependabot/github_actions/github-actions-0728c048fe
build(deps): bump the github-actions group across 1 directory with 6 updates
2 parents e1e1943 + 46c1bad commit 12cd0e1

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
steps:
3535
- name: Set up Homebrew
3636
id: setup-homebrew
37-
uses: Homebrew/actions/setup-homebrew@18fcb8e3e06b4247c676c506750dc95ea7226479 # 2026.07.13.1
37+
uses: Homebrew/actions/setup-homebrew@df4b09108a1de9d6f995fe68f302b3f68bd6d2ef # 2026.07.20.1
3838
with:
3939
core: false
4040
cask: false
4141

42-
- uses: Homebrew/actions/cache-homebrew-prefix@18fcb8e3e06b4247c676c506750dc95ea7226479 # 2026.07.13.1
42+
- uses: Homebrew/actions/cache-homebrew-prefix@df4b09108a1de9d6f995fe68f302b3f68bd6d2ef # 2026.07.20.1
4343
# Don't cache the prefix for the formulae.brew.sh repository as it won't download its own JSON API files
4444
if: github.repository != 'Homebrew/formulae.brew.sh'
4545
with:
@@ -51,7 +51,7 @@ jobs:
5151
if: github.repository == 'Homebrew/formulae.brew.sh'
5252
run: brew install actionlint shellcheck zizmor
5353

54-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
54+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5555
with:
5656
persist-credentials: false
5757

@@ -101,7 +101,7 @@ jobs:
101101
path: results.sarif
102102

103103
- name: Upload SARIF file
104-
uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
104+
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
105105
with:
106106
sarif_file: results.sarif
107107
category: zizmor

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read # reading repo contents
1616
steps:
1717
- name: Check out this repo
18-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
18+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1919
with:
2020
fetch-depth: 0
2121
persist-credentials: false
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Set up Homebrew
2828
id: set-up-homebrew
29-
uses: Homebrew/actions/setup-homebrew@18fcb8e3e06b4247c676c506750dc95ea7226479 # 2026.07.13.1
29+
uses: Homebrew/actions/setup-homebrew@df4b09108a1de9d6f995fe68f302b3f68bd6d2ef # 2026.07.20.1
3030
with:
3131
core: true
3232
cask: false

.github/workflows/auto-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
AUTO_PR_LIMIT: ${{ inputs.pr-limit }}
5050

5151
- name: Check out this repo
52-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
52+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5353
with:
5454
fetch-depth: 0
5555
persist-credentials: false
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Set up Homebrew
6060
id: set-up-homebrew
61-
uses: Homebrew/actions/setup-homebrew@18fcb8e3e06b4247c676c506750dc95ea7226479 # 2026.07.13.1
61+
uses: Homebrew/actions/setup-homebrew@df4b09108a1de9d6f995fe68f302b3f68bd6d2ef # 2026.07.20.1
6262
with:
6363
core: true
6464
cask: false
@@ -78,13 +78,13 @@ jobs:
7878

7979
- name: Configure git
8080
if: ${{ !inputs.dry-run }}
81-
uses: Homebrew/actions/git-user-config@18fcb8e3e06b4247c676c506750dc95ea7226479 # 2026.07.13.1
81+
uses: Homebrew/actions/git-user-config@df4b09108a1de9d6f995fe68f302b3f68bd6d2ef # 2026.07.20.1
8282
with:
8383
username: BrewTestBot
8484

8585
- name: Set up commit signing
8686
if: ${{ !inputs.dry-run }}
87-
uses: Homebrew/actions/setup-commit-signing@18fcb8e3e06b4247c676c506750dc95ea7226479 # 2026.07.13.1
87+
uses: Homebrew/actions/setup-commit-signing@df4b09108a1de9d6f995fe68f302b3f68bd6d2ef # 2026.07.20.1
8888
with:
8989
signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }}
9090

0 commit comments

Comments
 (0)