From 7acd943f326357e0cb2aa797b7108a810b94ad4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 07:07:50 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [devr-tools/codeguard](https://github.com/devr-tools/codeguard) and [Homebrew/actions/setup-homebrew](https://github.com/homebrew/actions). Updates `devr-tools/codeguard` from 1.5.0 to 1.7.0 - [Release notes](https://github.com/devr-tools/codeguard/releases) - [Changelog](https://github.com/devr-tools/codeguard/blob/main/CHANGELOG.md) - [Commits](https://github.com/devr-tools/codeguard/compare/8d9ea157e0de725dfa74ee954be9f4ef6157d9f1...a820ea9fb786a1c54f8308b2048915fb53f807f9) Updates `Homebrew/actions/setup-homebrew` from 2026.08.14.1 to 2026.08.24.1 - [Release notes](https://github.com/homebrew/actions/releases) - [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts) - [Commits](https://github.com/homebrew/actions/compare/8f3d1ec8a696b3b9d9a6c3696b6c73033cab69e4...a657b8b0cd35d0f65cce41fce9b24cf054b49869) --- updated-dependencies: - dependency-name: devr-tools/codeguard dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: Homebrew/actions/setup-homebrew dependency-version: 2026.08.24.1 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/homebrew-validation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2de907f..869e6ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 # make codeguard-ci: CI intentionally runs the stable Marketplace action instead of the in-repo binary. - - uses: devr-tools/codeguard@8d9ea157e0de725dfa74ee954be9f4ef6157d9f1 + - uses: devr-tools/codeguard@a820ea9fb786a1c54f8308b2048915fb53f807f9 with: config: .codeguard/codeguard.yaml diff --git a/.github/workflows/homebrew-validation.yml b/.github/workflows/homebrew-validation.yml index c3bac26..6ba0895 100644 --- a/.github/workflows/homebrew-validation.yml +++ b/.github/workflows/homebrew-validation.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Set up Homebrew - uses: Homebrew/actions/setup-homebrew@8f3d1ec8a696b3b9d9a6c3696b6c73033cab69e4 # main + uses: Homebrew/actions/setup-homebrew@a657b8b0cd35d0f65cce41fce9b24cf054b49869 # main - name: Clone Homebrew tap shell: bash