We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1ac147 + 8ec2939 commit d1cfd11Copy full SHA for d1cfd11
.github/workflows/ci.yml
@@ -26,6 +26,8 @@ jobs:
26
steps:
27
- name: Checkout code
28
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29
+ with:
30
+ persist-credentials: false
31
32
- name: Install PHP
33
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
@@ -90,6 +92,8 @@ jobs:
90
92
91
93
94
95
96
97
98
99
0 commit comments