diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b51b66..716eaa4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - uses: anchore/sbom-action/download-syft@v0.14.1 - name: ghcr-login if: startsWith(github.ref, 'refs/tags/v') - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1 with: registry: ghcr.io username: ${{ github.repository_owner }}