From 18990fa5ca79dff6dfe449dcdc5afbb473e23496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:36:59 +0000 Subject: [PATCH] Update Plugin Infrastructure to 9a67a138165e8dd423b5a495c3abd920a9e03903 --- .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 | 7 +++---- package.json | 2 +- 13 files changed, 16 insertions(+), 17 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index f560c72..d4e00f5 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@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@70fc3aa653ff2199080449781e70d26e80a4fff8 with: node: false php: ${{ matrix.php }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac21f79..03ef1da 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@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-build.yml@70fc3aa653ff2199080449781e70d26e80a4fff8 with: node: false tag: ${{ github.event_name != 'workflow_dispatch' }} diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index bc18176..ba1e411 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -32,7 +32,7 @@ jobs: name: ${{ matrix.label }} permissions: contents: read - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@70fc3aa653ff2199080449781e70d26e80a4fff8 strategy: matrix: label: diff --git a/.github/workflows/deploy-assets.yml b/.github/workflows/deploy-assets.yml index ad6653a..47ed84e 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@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@70fc3aa653ff2199080449781e70d26e80a4fff8 with: plugin: wp-crontrol readme: readme.txt diff --git a/.github/workflows/deploy-tag.yml b/.github/workflows/deploy-tag.yml index dc558af..677ce52 100644 --- a/.github/workflows/deploy-tag.yml +++ b/.github/workflows/deploy-tag.yml @@ -18,7 +18,7 @@ permissions: {} jobs: deploy: name: Deploy Tag - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@8d8ccc89b04d85ae8d064774d63d8725799f4224 # 2.7.3 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@70fc3aa653ff2199080449781e70d26e80a4fff8 permissions: contents: write issues: write diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 877e6d4..14a3570 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@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@70fc3aa653ff2199080449781e70d26e80a4fff8 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 60e91ab..82f6823 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@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@70fc3aa653ff2199080449781e70d26e80a4fff8 diff --git a/.github/workflows/nightly-tests.yml b/.github/workflows/nightly-tests.yml index 57ff179..339eb75 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@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@70fc3aa653ff2199080449781e70d26e80a4fff8 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@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@70fc3aa653ff2199080449781e70d26e80a4fff8 strategy: matrix: label: diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index b9cf2c5..e35d35e 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@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@70fc3aa653ff2199080449781e70d26e80a4fff8 strategy: matrix: label: diff --git a/.github/workflows/verify-distribution.yml b/.github/workflows/verify-distribution.yml index f7556a2..2fa5d01 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@9203bb0c5423a9a4b395ff5ffd093ba3714d723f # 2.5.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@70fc3aa653ff2199080449781e70d26e80a4fff8 with: plugin: wp-crontrol owner: johnbillion diff --git a/composer.json b/composer.json index 0056a13..f2a470e 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ } }, "require-dev": { - "johnbillion/plugin-infrastructure": "2.5.1", + "johnbillion/plugin-infrastructure": "dev-dependabot/github_actions/github-actions-8264a15060-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 1303be4..69b51ac 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.5.1", + "@johnbillion/plugin-infrastructure": "github:johnbillion/plugin-infrastructure#dependabot/github_actions/github-actions-8264a15060-built", "@jsdevtools/version-bump-prompt": "6.1.0", "@playwright/test": "^1.55.0", "@types/node": "^24.3.0", @@ -21,9 +21,8 @@ } }, "node_modules/@johnbillion/plugin-infrastructure": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@johnbillion/plugin-infrastructure/-/plugin-infrastructure-2.5.1.tgz", - "integrity": "sha512-zMgy15C2t7zQMsb1HDqGdyFYKqGhGi6qUTUXiKRh1EhzH4bsYcFaNZ90ex+xRJA209QXiPWzWRSfNsoS0uKkrA==", + "version": "2.8.0", + "resolved": "git+ssh://git@github.com/johnbillion/plugin-infrastructure.git#66e7766a70900ddcf24fb00aa390b7f9ceec380f", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index f0363c5..c88eed1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "node": ">=20" }, "devDependencies": { - "@johnbillion/plugin-infrastructure": "2.5.1", + "@johnbillion/plugin-infrastructure": "github:johnbillion/plugin-infrastructure#dependabot/github_actions/github-actions-8264a15060-built", "@jsdevtools/version-bump-prompt": "6.1.0", "@playwright/test": "^1.55.0", "@types/node": "^24.3.0",