We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f2725 commit 8f9a792Copy full SHA for 8f9a792
2 files changed
.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
37
restore-keys: |
38
${{ runner.os }}-go-
39
- uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
40
- - uses: anchore/sbom-action/download-syft@deef08a0db64bfad603422135db61477b16cef56 # v0.22.1
+ - uses: anchore/sbom-action/download-syft@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2
41
42
- name: Set Up Docker Buildx
43
uses: docker/setup-buildx-action@v3
go.mod
@@ -2,7 +2,7 @@ module github.com/stackitcloud/stackit-cert-manager-webhook
2
3
go 1.25.0
4
5
-toolchain go1.25.6
+toolchain go1.25.7
6
7
// Do not remove this comment:
8
// please place any replace statements here at the top for visibility and add a
0 commit comments