Skip to content

Commit 9c33b5b

Browse files
Update Plugin Infrastructure to 09cd38c8f1f868ea4030f3813a2591a6aeaaa900
1 parent 8ac2e26 commit 9c33b5b

9 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- wp: '6.3'
5757
php: '7.4'
5858
fail-fast: false
59-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1
59+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@09cd38c8f1f868ea4030f3813a2591a6aeaaa900
6060
with:
6161
node: false
6262
php: ${{ matrix.php }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build
1515
permissions:
1616
contents: write
17-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-build.yml@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1
17+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-build.yml@09cd38c8f1f868ea4030f3813a2591a6aeaaa900
1818
with:
1919
node: false
2020
tag: ${{ github.event_name != 'workflow_dispatch' }}

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: ${{ matrix.label }}
3333
permissions:
3434
contents: read
35-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1
35+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@09cd38c8f1f868ea4030f3813a2591a6aeaaa900
3636
strategy:
3737
matrix:
3838
label:

.github/workflows/deploy-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: WordPress.org
1414
permissions:
1515
contents: read
16-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1
16+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@09cd38c8f1f868ea4030f3813a2591a6aeaaa900
1717
with:
1818
plugin: wp-crontrol
1919
readme: readme.txt

.github/workflows/deploy-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions: {}
1818
jobs:
1919
deploy:
2020
name: Deploy Tag
21-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1
21+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@09cd38c8f1f868ea4030f3813a2591a6aeaaa900
2222
permissions:
2323
contents: read
2424
issues: write

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: WP ${{ matrix.wp }}
3939
permissions:
4040
contents: read
41-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1
41+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@09cd38c8f1f868ea4030f3813a2591a6aeaaa900
4242
strategy:
4343
# See the following for PHP compatibility of WordPress versions:
4444
# https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/

.github/workflows/lint-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
security-events: write
2828
actions: read
2929
contents: read
30-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1
30+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@09cd38c8f1f868ea4030f3813a2591a6aeaaa900

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: ${{ matrix.label }}
2929
permissions:
3030
contents: read
31-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1
31+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@09cd38c8f1f868ea4030f3813a2591a6aeaaa900
3232
strategy:
3333
matrix:
3434
label:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"codeception/module-webdriver": "^1.0",
3333
"codeception/util-universalframework": "^1.0",
3434
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
35-
"johnbillion/plugin-infrastructure": "1.2.1",
35+
"johnbillion/plugin-infrastructure": "dev-dependabot/github_actions/github-actions-bea9eaf238",
3636
"johnbillion/wp-compat": "^1.2",
3737
"lucatume/wp-browser": "3.2.1",
3838
"phpcompatibility/phpcompatibility-wp": "2.1.6",

0 commit comments

Comments
 (0)