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.
1 parent 84dce99 commit a7c590cCopy full SHA for a7c590c
.github/workflows/sonarcloud.yml
@@ -21,7 +21,7 @@ jobs:
21
fetch-depth: 0
22
23
- name: Set up PHP
24
- uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 2.31.1
+ uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
25
with:
26
php-version: ${{ env.PHP_VERSION }}
27
tools: none
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
35
36
37
38
php-version: ${{ matrix.php }}
39
0 commit comments