Skip to content

Commit a4b2151

Browse files
build(deps): bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [Homebrew/actions/setup-homebrew](https://github.com/homebrew/actions), [Homebrew/actions/cache-homebrew-prefix](https://github.com/homebrew/actions) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `Homebrew/actions/setup-homebrew` from 2026.08.03.2 to 2026.08.10.2 - [Release notes](https://github.com/homebrew/actions/releases) - [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts) - [Commits](Homebrew/actions@fd83222...b35a29a) Updates `Homebrew/actions/cache-homebrew-prefix` from 2026.08.03.2 to 2026.08.10.2 - [Release notes](https://github.com/homebrew/actions/releases) - [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts) - [Commits](Homebrew/actions@fd83222...b35a29a) Updates `github/codeql-action/upload-sarif` from 4.37.4 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f205ea1...5595cca) --- updated-dependencies: - dependency-name: Homebrew/actions/setup-homebrew dependency-version: 2026.08.10.2 dependency-type: direct:production dependency-group: github-actions - dependency-name: Homebrew/actions/cache-homebrew-prefix dependency-version: 2026.08.10.2 dependency-type: direct:production dependency-group: github-actions - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f86012 commit a4b2151

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 3 additions & 3 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@fd832223f9f99ebf0244dd20658680e5d4aca049 # 2026.08.03.2
37+
uses: Homebrew/actions/setup-homebrew@b35a29a0f83ee8b8ca07b219fc8db3d7bb88ab49 # 2026.08.10.2
3838
with:
3939
core: false
4040
cask: false
4141

42-
- uses: Homebrew/actions/cache-homebrew-prefix@fd832223f9f99ebf0244dd20658680e5d4aca049 # 2026.08.03.2
42+
- uses: Homebrew/actions/cache-homebrew-prefix@b35a29a0f83ee8b8ca07b219fc8db3d7bb88ab49 # 2026.08.10.2
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:
@@ -101,7 +101,7 @@ jobs:
101101
path: results.sarif
102102

103103
- name: Upload SARIF file
104-
uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
104+
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
105105
with:
106106
sarif_file: results.sarif
107107
category: zizmor

.github/workflows/licenses.yml

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

3838
- name: Set up Homebrew
39-
uses: Homebrew/actions/setup-homebrew@fd832223f9f99ebf0244dd20658680e5d4aca049 # 2026.08.03.2
39+
uses: Homebrew/actions/setup-homebrew@b35a29a0f83ee8b8ca07b219fc8db3d7bb88ab49 # 2026.08.10.2
4040

4141
- name: Install git-pkgs
4242
run: brew install git-pkgs

0 commit comments

Comments
 (0)