Skip to content

Commit

Permalink
Merge pull request #256 from Homebrew/sync-shared-config
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored Oct 31, 2024
2 parents 8612982 + 2a84d91 commit 5505294
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 5505294

Please sign in to comment.