From 2a84d91c51e60d261b19ed89050ce7011845f089 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:14:32 +0000 Subject: [PATCH] actionlint.yml: update to match main configuration --- .github/workflows/actionlint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index a3b450f..2890e04 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -31,6 +31,8 @@ jobs: workflow_syntax: if: github.repository_owner == 'Homebrew' runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Set up Homebrew id: setup-homebrew @@ -45,7 +47,7 @@ jobs: - uses: actions/checkout@v4 with: - persist-credentials: ${{ github.event.repository.private }} + persist-credentials: false - run: zizmor --format sarif . >results.sarif