We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326aa67 commit 99246a7Copy full SHA for 99246a7
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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
62
63
64
username: ${{ github.repository_owner }}
0 commit comments