diff --git a/.github/workflows/build_canary.yml b/.github/workflows/build_canary.yml index a03e4cfe..e7fc058d 100644 --- a/.github/workflows/build_canary.yml +++ b/.github/workflows/build_canary.yml @@ -21,7 +21,7 @@ jobs: run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Login to GHCR - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }} diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 214142c5..628329ef 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -30,7 +30,7 @@ jobs: VERSION: ${{ steps.get_version.outputs.VERSION }} - name: Login to GHCR - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }}