Skip to content

Commit

Permalink
Merge pull request #2550 from tarlepp/chore(ci)/github-actions-update
Browse files Browse the repository at this point in the history
Chore(CI) - Updated GitHub actions
  • Loading branch information
tarlepp committed Dec 30, 2023
2 parents 6dd1d17 + 1b5ba28 commit d516430
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: '0'

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
with:
php-version: '8.3'
tools: composer:v2
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
fetch-depth: '0'

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
with:
php-version: '8.3'
tools: composer:v2
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
fetch-depth: '0'

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
with:
php-version: '8.3'
tools: composer:v2
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
fetch-depth: '0'

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
with:
php-version: '8.3'
extensions: pdo_mysql, mysql
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Expand Up @@ -69,6 +69,6 @@ jobs:

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

0 comments on commit d516430

Please sign in to comment.