From 455a4614067f49c4b20e35adf884dd06811bb755 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 9 Jul 2025 21:53:17 +0000 Subject: [PATCH] actionlint.yml: update to match main configuration --- .github/workflows/actionlint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index cbf1015c96..b2b366974f 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -36,6 +36,8 @@ jobs: runs-on: ubuntu-latest permissions: contents: read + container: + image: ghcr.io/homebrew/ubuntu22.04:main steps: - name: Set up Homebrew id: setup-homebrew @@ -53,6 +55,8 @@ jobs: persist-credentials: false - run: zizmor --format sarif . > results.sarif + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload SARIF file uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2