diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index d5b5859..f4d065b 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -100,7 +100,7 @@ jobs: if: | github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.draft == false) - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 with: registry: ghcr.io username: ${{ github.repository_owner }}