diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 8837e54..210faf0 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@b35a29a0f83ee8b8ca07b219fc8db3d7bb88ab49 # 2026.08.10.2 + uses: Homebrew/actions/setup-homebrew@8f3d1ec8a696b3b9d9a6c3696b6c73033cab69e4 # 2026.08.14.1 with: core: false cask: false - - uses: Homebrew/actions/cache-homebrew-prefix@b35a29a0f83ee8b8ca07b219fc8db3d7bb88ab49 # 2026.08.10.2 + - uses: Homebrew/actions/cache-homebrew-prefix@8f3d1ec8a696b3b9d9a6c3696b6c73033cab69e4 # 2026.08.14.1 # 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: @@ -101,7 +101,7 @@ jobs: path: results.sarif - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 + uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 with: sarif_file: results.sarif category: zizmor