We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff5558 commit a77c5d9Copy full SHA for a77c5d9
.github/workflows/actionlint.yml
@@ -31,6 +31,8 @@ jobs:
31
workflow_syntax:
32
if: github.repository_owner == 'Homebrew'
33
runs-on: ubuntu-latest
34
+ permissions:
35
+ contents: read
36
steps:
37
- name: Set up Homebrew
38
id: setup-homebrew
@@ -45,7 +47,7 @@ jobs:
45
47
46
48
- uses: actions/checkout@v4
49
with:
- persist-credentials: ${{ github.event.repository.private }}
50
+ persist-credentials: false
51
52
- run: zizmor --format sarif . >results.sarif
53
0 commit comments