diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 2a660708..a6a214a1 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -56,7 +56,7 @@ jobs: - wp: '6.3' php: '7.4' fail-fast: false - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@ebf3b796117939ac5b1503e83e63ae5867ef750a with: node: false php: ${{ matrix.php }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59fd5a34..fdb8bad2 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@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-build.yml@ebf3b796117939ac5b1503e83e63ae5867ef750a with: node: false tag: ${{ github.event_name != 'workflow_dispatch' }} diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index d52affc3..2885f170 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@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@ebf3b796117939ac5b1503e83e63ae5867ef750a strategy: matrix: label: diff --git a/.github/workflows/deploy-assets.yml b/.github/workflows/deploy-assets.yml index 9cdf19be..1d7842e4 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@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@ebf3b796117939ac5b1503e83e63ae5867ef750a with: plugin: wp-crontrol readme: readme.txt diff --git a/.github/workflows/deploy-tag.yml b/.github/workflows/deploy-tag.yml index fc3fbf4b..16e584a5 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@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@ebf3b796117939ac5b1503e83e63ae5867ef750a permissions: contents: read issues: write diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 72359860..11b8f07e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -38,7 +38,7 @@ jobs: name: WP ${{ matrix.wp }} permissions: contents: read - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@ebf3b796117939ac5b1503e83e63ae5867ef750a 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 09355e83..e400933a 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@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@ebf3b796117939ac5b1503e83e63ae5867ef750a diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index ee15a69b..b605352e 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@33705f771525b0d691ee821c90e0c10b18e02871 # v1.2.1 + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@ebf3b796117939ac5b1503e83e63ae5867ef750a strategy: matrix: label: diff --git a/composer.json b/composer.json index 7ae2beb5..0b78cf72 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "codeception/module-webdriver": "^1.0", "codeception/util-universalframework": "^1.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "johnbillion/plugin-infrastructure": "1.2.1", + "johnbillion/plugin-infrastructure": "dev-dependabot/github_actions/github-actions-b62b9c57b9", "johnbillion/wp-compat": "^1.2", "lucatume/wp-browser": "3.2.1", "phpcompatibility/phpcompatibility-wp": "2.1.6",