diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16993f4..c20c913 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - uses: anchore/sbom-action/download-syft@v0.14.2 - name: ghcr-login if: startsWith(github.ref, 'refs/tags/v') - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v1 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v1 with: registry: ghcr.io username: ${{ github.repository_owner }}