We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326aa67 commit a7a05d7Copy full SHA for a7a05d7
2 files changed
.github/workflows/release-slsa.yml
@@ -91,7 +91,7 @@ jobs:
91
packages: read
92
steps:
93
- name: Login
94
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
95
with:
96
registry: ghcr.io
97
username: ${{ github.actor }}
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
60
- uses: anchore/sbom-action/download-syft@e11c554f704a0b820cbf8c51673f6945e0731532 # v0.20.0
61
- - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
+ - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
62
63
64
username: ${{ github.repository_owner }}
0 commit comments