Skip to content

Commit 999b9c7

Browse files
chore(deps): update equisoft-actions/php-workflows action (#248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3cf325 commit 999b9c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/php-security.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
psalm-taint-analysis:
13-
uses: equisoft-actions/php-workflows/.github/workflows/php-security.yml@v7
13+
uses: equisoft-actions/php-workflows/.github/workflows/php-security.yml@v8
1414
secrets: inherit
1515
with:
1616
publish-reports: true

.github/workflows/php.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ on:
1010

1111
jobs:
1212
php-library:
13-
uses: equisoft-actions/php-workflows/.github/workflows/php-library.yml@v7
13+
uses: equisoft-actions/php-workflows/.github/workflows/php-library.yml@v8
1414
secrets: inherit
1515
with:
1616
checks: phpunit,psalm
1717
php-version: '8.1'
1818
extensions: pcov
1919

2020
php-library-8-3:
21-
uses: equisoft-actions/php-workflows/.github/workflows/php-library.yml@v7
21+
uses: equisoft-actions/php-workflows/.github/workflows/php-library.yml@v8
2222
secrets: inherit
2323
with:
2424
checks: phpunit,psalm

0 commit comments

Comments
 (0)