Skip to content

Commit 6a14b0d

Browse files
authored
Merge pull request #133 from kronostechnologies/renovate/major-github-actions
chore(deps): update equisoft-actions/php-workflows action
2 parents 0c95ae4 + aea4fcb commit 6a14b0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@v3
13+
uses: equisoft-actions/php-workflows/.github/workflows/php-security.yml@v4
1414
with:
1515
publish-reports: true
1616
php-version: '8.1'

.github/workflows/php.yml

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

1111
jobs:
1212
php-library:
13-
uses: equisoft-actions/php-workflows/.github/workflows/php-library.yml@v3
13+
uses: equisoft-actions/php-workflows/.github/workflows/php-library.yml@v4
1414
with:
1515
checks: phpunit,psalm
1616
php-version: '8.1'

0 commit comments

Comments
 (0)