Skip to content

Commit c4ba266

Browse files
Update Plugin Infrastructure to d8a68eb0c2ad7306250467c6675584cbcec2f72d
1 parent 56d35fa commit c4ba266

13 files changed

+16
-17
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- wp: '6.4'
6262
php: '7.4'
6363
fail-fast: false
64-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1
64+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@a94edf61ea884b34edae05ea394df1c907eb7c1c
6565
with:
6666
node: false
6767
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@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1
17+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-build.yml@a94edf61ea884b34edae05ea394df1c907eb7c1c
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@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1
35+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@a94edf61ea884b34edae05ea394df1c907eb7c1c
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@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1
16+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@a94edf61ea884b34edae05ea394df1c907eb7c1c
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@8d8ccc89b04d85ae8d064774d63d8725799f4224 # 2.7.3
21+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@a94edf61ea884b34edae05ea394df1c907eb7c1c
2222
permissions:
2323
contents: write
2424
issues: write

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: WP ${{ matrix.wp }}
4141
permissions:
4242
contents: read
43-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1
43+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@a94edf61ea884b34edae05ea394df1c907eb7c1c
4444
strategy:
4545
# See the following for PHP compatibility of WordPress versions:
4646
# 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@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1
30+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@a94edf61ea884b34edae05ea394df1c907eb7c1c

.github/workflows/nightly-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- '8.3'
3838
- '7.4'
3939
fail-fast: false
40-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1
40+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@a94edf61ea884b34edae05ea394df1c907eb7c1c
4141
with:
4242
node: false
4343
php: ${{ matrix.php }}
@@ -48,7 +48,7 @@ jobs:
4848
name: Nightly ${{ matrix.label }}
4949
permissions:
5050
contents: read
51-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1
51+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@a94edf61ea884b34edae05ea394df1c907eb7c1c
5252
strategy:
5353
matrix:
5454
label:

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

.github/workflows/verify-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
permissions:
3535
contents: write # Needed to push commits
3636
pull-requests: write # Needed to create a PR
37-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1
37+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@a94edf61ea884b34edae05ea394df1c907eb7c1c
3838
with:
3939
plugin: wp-crontrol
4040
owner: johnbillion

0 commit comments

Comments
 (0)