diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 84e8b1eff..ea8724b14 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -34,4 +34,6 @@ updates: - dependency-type: all cooldown: default-days: 7 + exclude: + - Homebrew/actions/* diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 0ea35ae47..7ef744e48 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -34,12 +34,12 @@ jobs: steps: - name: Set up Homebrew id: setup-homebrew - uses: Homebrew/actions/setup-homebrew@9af03b7ae3f9e2ae5c174f659d5c3909f7e7dbac # 2026.07.29.1 + uses: Homebrew/actions/setup-homebrew@fd832223f9f99ebf0244dd20658680e5d4aca049 # 2026.08.03.2 with: core: false cask: false - - uses: Homebrew/actions/cache-homebrew-prefix@9af03b7ae3f9e2ae5c174f659d5c3909f7e7dbac # 2026.07.29.1 + - uses: Homebrew/actions/cache-homebrew-prefix@fd832223f9f99ebf0244dd20658680e5d4aca049 # 2026.08.03.2 # Don't cache the prefix for the formulae.brew.sh repository as it won't download its own JSON API files if: github.repository != 'Homebrew/formulae.brew.sh' with: diff --git a/.github/workflows/licenses.yml b/.github/workflows/licenses.yml index 75f56d9e9..791e026b4 100644 --- a/.github/workflows/licenses.yml +++ b/.github/workflows/licenses.yml @@ -36,7 +36,7 @@ jobs: persist-credentials: false - name: Set up Homebrew - uses: Homebrew/actions/setup-homebrew@9af03b7ae3f9e2ae5c174f659d5c3909f7e7dbac # 2026.07.29.1 + uses: Homebrew/actions/setup-homebrew@fd832223f9f99ebf0244dd20658680e5d4aca049 # 2026.08.03.2 - name: Install git-pkgs run: brew install git-pkgs