We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb40873 commit dd7d77eCopy full SHA for dd7d77e
1 file changed
.github/workflows/lint-test.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
pull_request:
6
7
+permissions:
8
+ contents: read
9
+
10
jobs:
11
test:
12
runs-on: ubuntu-24.04
@@ -19,10 +22,12 @@ jobs:
19
22
- '8.5'
20
23
name: PHP ${{ matrix.php-version }}
21
24
steps:
- - uses: actions/checkout@v6
25
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
26
+ with:
27
+ persist-credentials: false
28
29
- name: Set up PHP
- uses: shivammathur/setup-php@v2
30
+ uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
31
with:
32
php-version: ${{ matrix.php-version }}
33
coverage: none
0 commit comments