Skip to content

Commit 2b125d7

Browse files
johnbilliongithub-actions[bot]
authored andcommitted
Update Plugin Infrastructure to c440dc0fc7808d2031d07174cd9f9dc31a7cbd24
1 parent 380c54f commit 2b125d7

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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@trunk
59+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@c440dc0fc7808d2031d07174cd9f9dc31a7cbd24
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@trunk
17+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-build.yml@c440dc0fc7808d2031d07174cd9f9dc31a7cbd24
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@trunk
35+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@c440dc0fc7808d2031d07174cd9f9dc31a7cbd24
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@trunk
16+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@c440dc0fc7808d2031d07174cd9f9dc31a7cbd24
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@trunk
21+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@c440dc0fc7808d2031d07174cd9f9dc31a7cbd24
2222
permissions:
2323
contents: read
2424
issues: write

.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@trunk
30+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@c440dc0fc7808d2031d07174cd9f9dc31a7cbd24

.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@trunk
31+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@c440dc0fc7808d2031d07174cd9f9dc31a7cbd24
3232
strategy:
3333
matrix:
3434
label:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"codeception/module-webdriver": "^1.0",
3232
"codeception/util-universalframework": "^1.0",
3333
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
34-
"johnbillion/plugin-infrastructure": "dev-trunk",
34+
"johnbillion/plugin-infrastructure": "dev-add-workflow-schema-validation",
3535
"johnbillion/wp-compat": "^1.2",
3636
"lucatume/wp-browser": "3.2.1",
3737
"phpcompatibility/phpcompatibility-wp": "2.1.6",

0 commit comments

Comments
 (0)