We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb287f commit b91cdf4Copy full SHA for b91cdf4
2 files changed
.github/workflows/generate-code.yml
@@ -26,7 +26,7 @@ jobs:
26
id: setup_node_id
27
with:
28
node-version: 24
29
- - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
+ - uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
30
31
php-version: 8.2
32
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
.github/workflows/php-checks.yml
@@ -36,7 +36,7 @@ jobs:
36
37
submodules: recursive
38
- name: Set up PHP ${{ matrix.php }}
39
- uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
+ uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
40
41
php-version: ${{ matrix.php }}
42
0 commit comments