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 c7146e4 + ced596b commit c3795e0Copy full SHA for c3795e0
.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
@@ -72,6 +74,8 @@ jobs:
72
74
73
75
76
77
78
79
80
81
0 commit comments