Skip to content

Commit 71cfcad

Browse files
authored
Merge pull request #19 from PHPCSStandards/feature/ghactions-do-not-persist-credentials
GH Actions: do not persist credentials
2 parents 46fe3a8 + 3a6deb8 commit 71cfcad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38+
with:
39+
persist-credentials: false
3840

3941
- name: Validate XSD file [1]
4042
uses: ./
@@ -238,6 +240,8 @@ jobs:
238240
steps:
239241
- name: Checkout
240242
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
243+
with:
244+
persist-credentials: false
241245

242246
- name: Run the test
243247
id: xmllint-validate

0 commit comments

Comments
 (0)