We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39edf4a commit 7915130Copy full SHA for 7915130
.github/workflows/coding-standards.yml
@@ -22,6 +22,8 @@ jobs:
22
steps:
23
- name: Checkout
24
uses: actions/checkout@v4
25
+ with:
26
+ persist-credentials: false
27
28
- name: Install PHP
29
uses: shivammathur/setup-php@v2
0 commit comments