From dd2daab4bb0a9816616020da6aecdd171ae1c938 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Fri, 6 Mar 2026 10:29:17 +0100 Subject: [PATCH] [!][TASK] Adjust GH workflow to fix SHA commits: https://github.com/TYPO3-Documentation/render-guides/pull/1194 --- .github/workflows/backport.yml | 2 +- .github/workflows/test-documentation.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 9a96987..dc58293 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -14,6 +14,6 @@ jobs: pull-requests: write # needed to open the PR steps: - name: Backport - uses: m-kuhn/backport@v1.2.6 + uses: m-kuhn/backport@30b6e83906cc97bad3a02867181d6236becf68f9 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test-documentation.yml b/.github/workflows/test-documentation.yml index 24d2972..e54ed1c 100644 --- a/.github/workflows/test-documentation.yml +++ b/.github/workflows/test-documentation.yml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Test if the documentation will render without warnings run: | mkdir -p Documentation-GENERATED-temp \ && docker run --rm --pull always -v $(pwd):/project \ - ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test \ No newline at end of file + ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test