diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index b2ace0d..4fa5adb 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -15,7 +15,7 @@ on: jobs: test: name: ${{ matrix.label }} - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@f87c623c814305c0eab6d27cba240b59deac9a43 strategy: matrix: label: diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 60c1200..23ba8dc 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -15,7 +15,7 @@ on: jobs: test: name: WP ${{ matrix.wp }} - uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@f87c623c814305c0eab6d27cba240b59deac9a43 strategy: matrix: wp: diff --git a/composer.json b/composer.json index 6959d2b..f01245e 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "automattic/phpcs-neutron-standard": "1.7.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "johnbillion/falsey-assertequals-detector": "*", - "johnbillion/plugin-infrastructure": "dev-trunk", + "johnbillion/plugin-infrastructure": "dev-actions-sast", "johnbillion/wp-compat": "0.3.1", "lucatume/wp-browser": "3.2.3", "phpcompatibility/phpcompatibility-wp": "2.1.5",