diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 998b2e82..0a53ea46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -264,7 +264,7 @@ jobs: version: ${{ env.DOCKER_BUILDX_VERSION }} - name: Login to Upbound - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 if: env.XPKG_ACCESS_ID != '' with: registry: xpkg.upbound.io @@ -323,7 +323,7 @@ jobs: run: make publish BRANCH_NAME=${GITHUB_REF##*/} - name: Login to Docker - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 if: env.CONTRIB_DOCKER_USR != '' with: username: ${{ secrets.CONTRIB_DOCKER_USR }}