|
27 | 27 | steps:
|
28 | 28 | - name: Checkout repository
|
29 | 29 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
| 30 | + with: |
| 31 | + persist-credentials: false |
30 | 32 |
|
31 | 33 | - name: Setup PHP
|
32 | 34 | uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
|
@@ -116,6 +118,8 @@ jobs:
|
116 | 118 | steps:
|
117 | 119 | - name: Checkout code
|
118 | 120 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
| 121 | + with: |
| 122 | + persist-credentials: false |
119 | 123 |
|
120 | 124 | # Updating the lists can fail intermittently, typically after Microsoft has released a new package.
|
121 | 125 | # This should not be blocking for this job, so ignore any errors from this step.
|
@@ -154,6 +158,8 @@ jobs:
|
154 | 158 | steps:
|
155 | 159 | - name: Checkout repository
|
156 | 160 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
| 161 | + with: |
| 162 | + persist-credentials: false |
157 | 163 |
|
158 | 164 | - name: Set up PHP
|
159 | 165 | uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
|
@@ -235,6 +241,8 @@ jobs:
|
235 | 241 | steps:
|
236 | 242 | - name: Checkout code
|
237 | 243 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
| 244 | + with: |
| 245 | + persist-credentials: false |
238 | 246 |
|
239 | 247 | - name: Install PHP
|
240 | 248 | uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
|
@@ -263,6 +271,8 @@ jobs:
|
263 | 271 | steps:
|
264 | 272 | - name: "Checkout"
|
265 | 273 | uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
|
| 274 | + with: |
| 275 | + persist-credentials: false |
266 | 276 |
|
267 | 277 | - name: "Search for misspellings"
|
268 | 278 | uses: "crate-ci/typos@0c17dabcee8b8f1957fa917d17393a23e02e1583" # v1.36.3
|
0 commit comments