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 a384725 + 6dad077 commit 0e35049Copy full SHA for 0e35049
.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
@@ -88,6 +90,8 @@ jobs:
88
90
89
91
92
93
94
95
96
97
0 commit comments