From 0a1c26ad134f43d873756ba5b4e4bb15161bd707 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 02:58:18 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to de0fac2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index e4c5dea99..2d6b687ac 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -60,7 +60,7 @@ jobs: CONSOLE_GRAPHQL: "" steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }} persist-credentials: false