Skip to content

Commit d516430

Browse files
authored
Merge pull request #2550 from tarlepp/chore(ci)/github-actions-update
Chore(CI) - Updated GitHub actions
2 parents 6dd1d17 + 1b5ba28 commit d516430

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: '0'
3131

3232
- name: Setup PHP, with composer and extensions
33-
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
33+
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
3434
with:
3535
php-version: '8.3'
3636
tools: composer:v2
@@ -75,7 +75,7 @@ jobs:
7575
fetch-depth: '0'
7676

7777
- name: Setup PHP, with composer and extensions
78-
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
78+
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
7979
with:
8080
php-version: '8.3'
8181
tools: composer:v2
@@ -126,7 +126,7 @@ jobs:
126126
fetch-depth: '0'
127127

128128
- name: Setup PHP, with composer and extensions
129-
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
129+
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
130130
with:
131131
php-version: '8.3'
132132
tools: composer:v2
@@ -214,7 +214,7 @@ jobs:
214214
fetch-depth: '0'
215215

216216
- name: Setup PHP, with composer and extensions
217-
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
217+
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
218218
with:
219219
php-version: '8.3'
220220
extensions: pdo_mysql, mysql

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969

7070
# Upload the results to GitHub's code scanning dashboard.
7171
- name: "Upload to code-scanning"
72-
uses: github/codeql-action/upload-sarif@v2.22.5
72+
uses: github/codeql-action/upload-sarif@v2.22.8
7373
with:
7474
sarif_file: results.sarif

0 commit comments

Comments
 (0)