Skip to content

Commit 59cb4fc

Browse files
authored
Merge pull request #713 from Homebrew/sync-shared-config
2 parents 7ff5558 + a77c5d9 commit 59cb4fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/actionlint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
workflow_syntax:
3232
if: github.repository_owner == 'Homebrew'
3333
runs-on: ubuntu-latest
34+
permissions:
35+
contents: read
3436
steps:
3537
- name: Set up Homebrew
3638
id: setup-homebrew
@@ -45,7 +47,7 @@ jobs:
4547

4648
- uses: actions/checkout@v4
4749
with:
48-
persist-credentials: ${{ github.event.repository.private }}
50+
persist-credentials: false
4951

5052
- run: zizmor --format sarif . >results.sarif
5153

0 commit comments

Comments
 (0)