diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 7e23afa..16a5c82 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -232,7 +232,7 @@ jobs: - name: Log into container registry # Third-party action, pin to commit SHA! # See https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d with: registry: ${{ env.CONTAINER_REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 6623681..78ee13b 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -59,7 +59,7 @@ jobs: - name: Log into container registry # Third-party action, pin to commit SHA! # See https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d with: registry: ${{ env.CONTAINER_REGISTRY }} username: ${{ github.actor }}