diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 387ce2ea..f1dec4ba 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -61,7 +61,7 @@ jobs: - wp: '6.0' php: '7.4' fail-fast: false - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@31b269701069174c27e3f23dcfd80ca9960f7c29 with: node: true php: ${{ matrix.php }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff3bb8ac..9d01876f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ permissions: {} jobs: build: name: Build - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-build.yml@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-build.yml@31b269701069174c27e3f23dcfd80ca9960f7c29 permissions: contents: write with: diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 0d697bf9..66b1183b 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -38,7 +38,7 @@ jobs: name: ${{ matrix.label }} permissions: contents: read - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@31b269701069174c27e3f23dcfd80ca9960f7c29 strategy: matrix: label: diff --git a/.github/workflows/deploy-assets.yml b/.github/workflows/deploy-assets.yml index d2a8dbbb..3f71ab90 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@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@31b269701069174c27e3f23dcfd80ca9960f7c29 with: plugin: query-monitor readme: readme.txt diff --git a/.github/workflows/deploy-tag.yml b/.github/workflows/deploy-tag.yml index 69917a91..d8739539 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@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@31b269701069174c27e3f23dcfd80ca9960f7c29 permissions: contents: read issues: write diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e2da0f09..f848ead5 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@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@31b269701069174c27e3f23dcfd80ca9960f7c29 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 de2d5fab..0a39aa6b 100644 --- a/.github/workflows/lint-workflows.yml +++ b/.github/workflows/lint-workflows.yml @@ -23,4 +23,4 @@ jobs: security-events: write actions: read contents: read - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@31b269701069174c27e3f23dcfd80ca9960f7c29 diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 9fafd7d8..1b6e3342 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@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@31b269701069174c27e3f23dcfd80ca9960f7c29 strategy: matrix: label: diff --git a/composer.json b/composer.json index c468ac25..c6d3a8bd 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "codeception/util-universalframework": "^1.0", "dealerdirect/phpcodesniffer-composer-installer": "0.7.2", "guzzlehttp/guzzle": "^7.0", - "johnbillion/plugin-infrastructure": "dev-trunk", + "johnbillion/plugin-infrastructure": "dev-stayin-alive", "johnbillion/wp-compat": "0.3.1", "lucatume/wp-browser": "3.2.3", "phpcompatibility/phpcompatibility-wp": "2.1.5",