File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1919 IMAGE_NAME : ${{ github.repository }}
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
22+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
2323 with :
2424 fetch-depth : 0
2525 - name : Git Fetch
Original file line number Diff line number Diff line change 2929
3030 # Upload findings to GitHub Advanced Security Dashboard [step 2/2]
3131 - name : Upload SARIF file for GitHub Advanced Security Dashboard
32- uses : github/codeql-action/upload-sarif@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4
32+ uses : github/codeql-action/upload-sarif@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
3333 with :
3434 sarif_file : semgrep.sarif
3535 if : always()
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ go 1.21
44
55require (
66github.com/antihax/optional v1.0.0
7- github.com/cert-manager/cert-manager v1.11.0
7+ github.com/cert-manager/cert-manager v1.13.1
88github.com/stackitcloud/stackit-dns-api-client-go v0.0.0-20230228185514-6838d6d6f051
99github.com/stretchr/testify v1.8.4
10- go.uber.org/mock v0.2 .0
11- go.uber.org/zap v1.25 .0
12- k8s.io/api v0.26.0
13- k8s.io/apiextensions-apiserver v0.26.0
14- k8s.io/apimachinery v0.26.0
15- k8s.io/client-go v0.26.0
10+ go.uber.org/mock v0.3 .0
11+ go.uber.org/zap v1.26 .0
12+ k8s.io/api v0.28.2
13+ k8s.io/apiextensions-apiserver v0.28.2
14+ k8s.io/apimachinery v0.28.2
15+ k8s.io/client-go v0.28.2
1616)
1717
1818require (
You can’t perform that action at this time.
0 commit comments