From 895e4fb863ceba7344ef1b3fee116e0a722bf316 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 22 Dec 2025 22:06:23 +0100 Subject: [PATCH] GH Actions: pin re-usable workflows too Follow up on 6, which added commit hash pinning to all externally managed action runners, this commit now also adds this to the re-usable workflows managed in the `PHPCSStandards/.github` repository. --- .github/workflows/qa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 71305a2..2e7afd3 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -58,10 +58,10 @@ jobs: run: cs2pr ./phpcs-report.xml phpstan: - uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@main + uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0 yamllint: name: 'Lint Yaml' - uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@main + uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0 with: strict: true