From e0cef82e56abe52fb67c876a4cb7ef362b60d76a Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Fri, 6 Mar 2026 10:27:35 +0100 Subject: [PATCH] [!][TASK] Adjust GH workflow to fix SHA commits: https://github.com/TYPO3-Documentation/render-guides/pull/1194 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0981969..cb67701 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: - '8.3' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Lint PHP run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -s lint @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install testing system run: Build/Scripts/runTests.sh -p ${{ env.php }} -s composerUpdate