Skip to content

Commit f7998ec

Browse files
committed
workflows: fix artipacked zizmor findings
Signed-off-by: Patrick Linnane <[email protected]>
1 parent 4693f72 commit f7998ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
with:
2626
fetch-depth: 0
27+
persist-credentials: false
2728
ref: ${{ github.event.pull_request.head.sha }}
2829

2930
- name: Set up Homebrew
@@ -58,6 +59,7 @@ jobs:
5859
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5960
with:
6061
fetch-depth: 0
62+
persist-credentials: false
6163
ref: ${{ github.event.pull_request.head.sha }}
6264

6365
- name: Set up Homebrew
@@ -92,6 +94,7 @@ jobs:
9294
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9395
with:
9496
fetch-depth: 0
97+
persist-credentials: false
9598
ref: ${{ github.event.pull_request.head.sha }}
9699

97100
- name: Set up Homebrew
@@ -146,6 +149,7 @@ jobs:
146149
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
147150
with:
148151
fetch-depth: 0
152+
persist-credentials: false
149153
ref: ${{ github.event.pull_request.head.sha }}
150154

151155
- name: Set up Homebrew
@@ -177,6 +181,8 @@ jobs:
177181
steps:
178182
- name: Set up Git repository
179183
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
184+
with:
185+
persist-credentials: false
180186

181187
- name: Set up Homebrew
182188
id: set-up-homebrew

0 commit comments

Comments
 (0)