diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 387ce2ea..274f17bd 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@6b14da786e6c2ad210cd1ff894d6b1b91cd0d125 with: node: true php: ${{ matrix.php }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff3bb8ac..81bc04be 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@6b14da786e6c2ad210cd1ff894d6b1b91cd0d125 permissions: contents: write with: diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 0d697bf9..53a92984 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@6b14da786e6c2ad210cd1ff894d6b1b91cd0d125 strategy: matrix: label: diff --git a/.github/workflows/deploy-assets.yml b/.github/workflows/deploy-assets.yml index d2a8dbbb..2f9107cf 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@6b14da786e6c2ad210cd1ff894d6b1b91cd0d125 with: plugin: query-monitor readme: readme.txt diff --git a/.github/workflows/deploy-tag.yml b/.github/workflows/deploy-tag.yml index 69917a91..d9906e1e 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@6b14da786e6c2ad210cd1ff894d6b1b91cd0d125 permissions: contents: read issues: write diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e2da0f09..4b2e3251 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@6b14da786e6c2ad210cd1ff894d6b1b91cd0d125 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..c8b846a4 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@6b14da786e6c2ad210cd1ff894d6b1b91cd0d125 diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 9fafd7d8..c8ca9d30 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@6b14da786e6c2ad210cd1ff894d6b1b91cd0d125 strategy: matrix: label: diff --git a/composer.json b/composer.json index a23833a0..be0de6df 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "codeception/module-webdriver": "^1.0", "codeception/util-universalframework": "^1.0", "dealerdirect/phpcodesniffer-composer-installer": "0.7.2", - "johnbillion/plugin-infrastructure": "dev-trunk", + "johnbillion/plugin-infrastructure": "dev-dependabot/github_actions/github-actions-f50bac9328", "johnbillion/wp-compat": "0.3.1", "lucatume/wp-browser": "3.2.3", "phpcompatibility/phpcompatibility-wp": "2.1.5",