Skip to content

Commit a77c5d9

Browse files
committed
actionlint.yml: update to match main configuration
1 parent 7ff5558 commit a77c5d9

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)