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