We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16a3def + 653f38e commit 75e06f3Copy full SHA for 75e06f3
.github/workflows/php-qa.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- name: Checkout code
22
uses: actions/checkout@v6
23
+ with:
24
+ persist-credentials: false
25
26
- name: Setup PHP
27
uses: shivammathur/setup-php@v2
@@ -58,6 +60,8 @@ jobs:
58
60
59
61
62
63
64
65
66
67
@@ -91,6 +95,8 @@ jobs:
91
95
92
96
93
97
98
99
94
100
101
102
0 commit comments