Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 9aecf4f

Browse files
chore(deps): update github actions
1 parent 1e60e0e commit 9aecf4f

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/quality-static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525

2626
- name: Setup PHP
27-
uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # 2.35.2
27+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # 2.35.3
2828
with:
2929
php-version: "8.3"
3030
extensions: dom, curl, libxml, mbstring, zip, fileinfo
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5050

5151
- name: Setup PHP
52-
uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # 2.35.2
52+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # 2.35.3
5353
with:
5454
php-version: "8.3"
5555
extensions: dom, curl, libxml, mbstring, zip, fileinfo

.github/workflows/security-code-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929

3030
- name: Psalm
31-
uses: docker://ghcr.io/psalm/psalm-github-actions@sha256:bb342ea117707872ecedf858466fb99e48c9c5541b477eb2b76f0d2fd30f0049
31+
uses: docker://ghcr.io/psalm/psalm-github-actions@sha256:48274e900e495559883e30ddbd36ed3ac7290d51537f16ffd6d3388511840d41
3232
with:
3333
security_analysis: true
3434
report_file: results.sarif
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5353

5454
- name: Setup PHP
55-
uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # 2.35.2
55+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # 2.35.3
5656
with:
5757
php-version: "8.3"
5858
coverage: none

.github/workflows/security-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030

3131
- name: Setup PHP
32-
uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # 2.35.2
32+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # 2.35.3
3333
with:
3434
php-version: "8.3"
3535
tools: composer:v2

.github/workflows/security-sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535

3636
- name: Setup PHP
37-
uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # 2.35.2
37+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # 2.35.3
3838
with:
3939
php-version: "8.3"
4040
coverage: none

.github/workflows/test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626

2727
- name: Setup PHP
28-
uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # 2.35.2
28+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # 2.35.3
2929
with:
3030
php-version: "8.3"
3131
extensions: dom, curl, libxml, mbstring, zip, fileinfo

0 commit comments

Comments
 (0)