File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
25
with :
26
26
fetch-depth : 0
27
+ persist-credentials : false
27
28
ref : ${{ github.event.pull_request.head.sha }}
28
29
29
30
- name : Set up Homebrew
58
59
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
59
60
with :
60
61
fetch-depth : 0
62
+ persist-credentials : false
61
63
ref : ${{ github.event.pull_request.head.sha }}
62
64
63
65
- name : Set up Homebrew
92
94
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
93
95
with :
94
96
fetch-depth : 0
97
+ persist-credentials : false
95
98
ref : ${{ github.event.pull_request.head.sha }}
96
99
97
100
- name : Set up Homebrew
@@ -146,6 +149,7 @@ jobs:
146
149
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
147
150
with :
148
151
fetch-depth : 0
152
+ persist-credentials : false
149
153
ref : ${{ github.event.pull_request.head.sha }}
150
154
151
155
- name : Set up Homebrew
@@ -177,6 +181,8 @@ jobs:
177
181
steps :
178
182
- name : Set up Git repository
179
183
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
184
+ with :
185
+ persist-credentials : false
180
186
181
187
- name : Set up Homebrew
182
188
id : set-up-homebrew
You can’t perform that action at this time.
0 commit comments