From 1c06369d74442e033d316c2c4f97d38a80c42d6c Mon Sep 17 00:00:00 2001 From: johnbillion <208434+johnbillion@users.noreply.github.com> Date: Sun, 8 Dec 2024 14:18:37 +0000 Subject: [PATCH] Update Plugin Infrastructure to f87c623c814305c0eab6d27cba240b59deac9a43 --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/integration-tests.yml | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",