Merge pull request #12 from humocs-man/dependabot/github_actions/sigstore/cosign-installer-4.1.1

deps: bump sigstore/cosign-installer from 3.10.0 to 4.1.1
This commit is contained in:
humocs-man
2026-03-27 16:13:26 +01:00
committed by GitHub
+1 -1
View File
@@ -171,7 +171,7 @@ jobs:
# Signing is disabled by default. To enable, see README.md "Optional: Enable Image Signing" section. # Signing is disabled by default. To enable, see README.md "Optional: Enable Image Signing" section.
- name: Install Cosign - name: Install Cosign
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0 uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
- name: Sign container image - name: Sign container image