From e743c0854305647b65c20738643ff0520290d38d Mon Sep 17 00:00:00 2001 From: johnbillion <208434+johnbillion@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:49:42 +0000 Subject: [PATCH] Update Plugin Infrastructure to cb60ea2e753af35896ced323f37b0a7593117428 --- .github/workflows/acceptance-tests.yml | 2 +- .github/workflows/coding-standards.yml | 2 +- .github/workflows/static-analysis.yml | 2 +- composer.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 877a9e6..0f30fc3 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -56,7 +56,7 @@ jobs: - wp: '5.9' 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@cb60ea2e753af35896ced323f37b0a7593117428 with: node: false php: ${{ matrix.php }} diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 8f4294e..1cb3f1b 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@trunk + uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@cb60ea2e753af35896ced323f37b0a7593117428 strategy: matrix: label: diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 9fafd7d..711340d 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@cb60ea2e753af35896ced323f37b0a7593117428 strategy: matrix: label: diff --git a/composer.json b/composer.json index 9d937bd..6e3d187 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "codeception/module-webdriver": "^1.0", "codeception/util-universalframework": "^1.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "johnbillion/plugin-infrastructure": "dev-trunk", + "johnbillion/plugin-infrastructure": "dev-ossf-scorecard", "johnbillion/wp-compat": "0.2.3", "lucatume/wp-browser": "3.2.1", "phpcompatibility/phpcompatibility-wp": "2.1.5",