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