Skip to content

Commit d1cfd11

Browse files
authored
Merge pull request #58 from PHPCompatibility/feature/ghactions-do-not-persist-credentials
GH Actions: do not persist credentials
2 parents d1ac147 + 8ec2939 commit d1cfd11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
steps:
2727
- name: Checkout code
2828
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29+
with:
30+
persist-credentials: false
2931

3032
- name: Install PHP
3133
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
@@ -90,6 +92,8 @@ jobs:
9092
steps:
9193
- name: Checkout code
9294
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
95+
with:
96+
persist-credentials: false
9397

9498
- name: Install PHP
9599
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5

0 commit comments

Comments
 (0)