From e707d54c005d2e654401b3a372d3f8e9c553ce7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 02:14:18 +0000 Subject: [PATCH] Update Plugin Infrastructure to 56bbd27a2ee5efa34bd5917a7fb12820c44711d8 --- .github/workflows/acceptance-tests.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/coding-standards.yml | 2 +- .github/workflows/deploy-assets.yml | 2 +- .github/workflows/deploy-tag.yml | 2 +- .github/workflows/integration-tests.yml | 2 +- .github/workflows/lint-workflows.yml | 2 +- .github/workflows/nightly-tests.yml | 4 ++-- .github/workflows/static-analysis.yml | 2 +- .github/workflows/verify-distribution.yml | 2 +- composer.json | 2 +- package-lock.json | 5 ++--- package.json | 2 +- 13 files changed, 15 insertions(+), 16 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index ad84cd7..266e699 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -61,7 +61,7 @@ jobs: - wp: '6.4' php: '7.4' fail-fast: false - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@cc47e37177c694e00b901a5dc89fda5644bc550f # 2.9.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@10408d3998889d780e8fbd593bc2d1e824496735 with: node: false php: ${{ matrix.php }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b26a755..c754b73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: name: Build permissions: contents: write - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-build.yml@cc47e37177c694e00b901a5dc89fda5644bc550f # 2.9.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-build.yml@10408d3998889d780e8fbd593bc2d1e824496735 with: node: false tag: ${{ github.event_name != 'workflow_dispatch' }} diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 29ce884..465ff58 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -28,7 +28,7 @@ jobs: name: ${{ matrix.label }} permissions: contents: read - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@cc47e37177c694e00b901a5dc89fda5644bc550f # 2.9.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@10408d3998889d780e8fbd593bc2d1e824496735 strategy: matrix: label: diff --git a/.github/workflows/deploy-assets.yml b/.github/workflows/deploy-assets.yml index d7b802e..b5f8357 100644 --- a/.github/workflows/deploy-assets.yml +++ b/.github/workflows/deploy-assets.yml @@ -13,7 +13,7 @@ jobs: name: WordPress.org permissions: contents: read - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@cc47e37177c694e00b901a5dc89fda5644bc550f # 2.9.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@10408d3998889d780e8fbd593bc2d1e824496735 with: plugin: wp-crontrol readme: readme.txt diff --git a/.github/workflows/deploy-tag.yml b/.github/workflows/deploy-tag.yml index d38a2ea..7dc92e0 100644 --- a/.github/workflows/deploy-tag.yml +++ b/.github/workflows/deploy-tag.yml @@ -19,7 +19,7 @@ jobs: deploy: name: Deploy Tag if: github.event_name == 'workflow_dispatch' || github.event.release.prerelease == false - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@cc47e37177c694e00b901a5dc89fda5644bc550f # 2.9.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@10408d3998889d780e8fbd593bc2d1e824496735 permissions: contents: write issues: write diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 34924b5..4242610 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -40,7 +40,7 @@ jobs: name: WP ${{ matrix.wp }} permissions: contents: read - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@cc47e37177c694e00b901a5dc89fda5644bc550f # 2.9.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@10408d3998889d780e8fbd593bc2d1e824496735 strategy: # See the following for PHP compatibility of WordPress versions: # https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/ diff --git a/.github/workflows/lint-workflows.yml b/.github/workflows/lint-workflows.yml index c537774..5f5718e 100644 --- a/.github/workflows/lint-workflows.yml +++ b/.github/workflows/lint-workflows.yml @@ -27,4 +27,4 @@ jobs: security-events: write actions: read contents: read - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@cc47e37177c694e00b901a5dc89fda5644bc550f # 2.9.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@10408d3998889d780e8fbd593bc2d1e824496735 diff --git a/.github/workflows/nightly-tests.yml b/.github/workflows/nightly-tests.yml index aee6efb..c534a18 100644 --- a/.github/workflows/nightly-tests.yml +++ b/.github/workflows/nightly-tests.yml @@ -37,7 +37,7 @@ jobs: - '8.3' - '7.4' fail-fast: false - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@cc47e37177c694e00b901a5dc89fda5644bc550f # 2.9.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@10408d3998889d780e8fbd593bc2d1e824496735 with: node: false php: ${{ matrix.php }} @@ -48,7 +48,7 @@ jobs: name: Nightly ${{ matrix.label }} permissions: contents: read - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@cc47e37177c694e00b901a5dc89fda5644bc550f # 2.9.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@10408d3998889d780e8fbd593bc2d1e824496735 strategy: matrix: label: diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index e5550e4..a3c55cc 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -28,7 +28,7 @@ jobs: name: ${{ matrix.label }} permissions: contents: read - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@cc47e37177c694e00b901a5dc89fda5644bc550f # 2.9.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@10408d3998889d780e8fbd593bc2d1e824496735 strategy: matrix: label: diff --git a/.github/workflows/verify-distribution.yml b/.github/workflows/verify-distribution.yml index 6cf3517..2fbb458 100644 --- a/.github/workflows/verify-distribution.yml +++ b/.github/workflows/verify-distribution.yml @@ -34,7 +34,7 @@ jobs: permissions: contents: write # Needed to push commits pull-requests: write # Needed to create a PR - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@cc47e37177c694e00b901a5dc89fda5644bc550f # 2.9.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@10408d3998889d780e8fbd593bc2d1e824496735 with: plugin: wp-crontrol owner: johnbillion diff --git a/composer.json b/composer.json index 010dfb7..7ea5865 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ } }, "require-dev": { - "johnbillion/plugin-infrastructure": "2.9.1", + "johnbillion/plugin-infrastructure": "dev-dependabot/github_actions/github-actions-975b732322-built", "johnbillion/wp-compat": "1.4.0", "php-stubs/wordpress-stubs": "6.9.0", "phpcompatibility/phpcompatibility-wp": "2.1.8", diff --git a/package-lock.json b/package-lock.json index 6879dfc..f4ca4a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.21.0", "license": "GPL-2.0-or-later", "devDependencies": { - "@johnbillion/plugin-infrastructure": "2.9.1", + "@johnbillion/plugin-infrastructure": "github:johnbillion/plugin-infrastructure#dependabot/github_actions/github-actions-975b732322-built", "@jsdevtools/version-bump-prompt": "6.1.0", "@playwright/test": "^1.55.0", "@types/node": "^24.3.0", @@ -460,8 +460,7 @@ }, "node_modules/@johnbillion/plugin-infrastructure": { "version": "2.9.1", - "resolved": "https://registry.npmjs.org/@johnbillion/plugin-infrastructure/-/plugin-infrastructure-2.9.1.tgz", - "integrity": "sha512-7ZfUv+BM5/0KzzH/GUgCg9Qyb2UYJP5Uv8dfqMcpRVqxx5YJI5sVa6BSnN3yoFpe/lgGXZ5WPN409Z9ZcKfZcA==", + "resolved": "git+ssh://git@github.com/johnbillion/plugin-infrastructure.git#1e68f66bb891f4dd16b575adb4aa93c12977a2f4", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index acb155b..5f28d87 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "node": ">=24" }, "devDependencies": { - "@johnbillion/plugin-infrastructure": "2.9.1", + "@johnbillion/plugin-infrastructure": "github:johnbillion/plugin-infrastructure#dependabot/github_actions/github-actions-975b732322-built", "@jsdevtools/version-bump-prompt": "6.1.0", "@playwright/test": "^1.55.0", "@types/node": "^24.3.0",