Skip to content

Commit

Permalink
Merge pull request #2499 from tarlepp/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b_actions_dependencies-26fab7d285

Chore(deps): Bump the github_actions_dependencies group with 2 updates
  • Loading branch information
tarlepp committed Nov 5, 2023
2 parents da73ea1 + 926b577 commit 52e1795
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@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # v2.26.0
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
with:
php-version: '8.2'
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@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # v2.26.0
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
with:
php-version: '8.2'
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@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # v2.26.0
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
with:
php-version: '8.2'
tools: composer:v2
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
fetch-depth: '0'

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # v2.26.0
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
with:
php-version: '8.2'
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.4
uses: github/codeql-action/upload-sarif@v2.22.5
with:
sarif_file: results.sarif

0 comments on commit 52e1795

Please sign in to comment.