File tree 4 files changed +5
-5
lines changed 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Setup PHP
17
- uses : shivammathur/setup-php@v2
17
+ uses : shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0
18
18
with :
19
19
php-version : 8.4
20
20
tools : composer, phpize
Original file line number Diff line number Diff line change 14
14
name : " PHP Lints"
15
15
steps :
16
16
- name : Setup PHP
17
- uses : shivammathur/setup-php@v2
17
+ uses : shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0
18
18
with :
19
19
php-version : 8.3
20
20
Original file line number Diff line number Diff line change 26
26
name : " PHP ${{ matrix.php-version }} (with ${{ matrix.php-extension }}) test on ${{ matrix.operating-system }}/${{ matrix.arch }}"
27
27
steps :
28
28
- name : Install PHP
29
- uses : shivammathur/setup-php@v2
29
+ uses : shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0
30
30
with :
31
31
php-version : ${{ matrix.php-version }}
32
32
extensions : " mbstring, intl, ${{ matrix.php-extension }}"
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
22
22
persist-credentials : false
23
23
24
24
- name : Install the latest version of uv
25
- uses : astral-sh/setup-uv@v6
25
+ uses : astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # 6.0.1
26
26
with :
27
27
enable-cache : false
28
28
29
29
- name : Run zizmor
30
- run : uvx zizmor@1.5.2 --format plain .
30
+ run : uvx zizmor@1.7.0 --format plain .
31
31
env :
32
32
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments