File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 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@d835c34a7026e284170c41a0a66c956e03f247d0 # v2.27.7
32+ uses : github/codeql-action/upload-sarif@277b89701e930e6af7a758f50afa5185bfc53c81 # v2.27.9
3333 with :
3434 sarif_file : semgrep.sarif
3535 if : always()
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ go 1.23.0
66// please place any replace statements here at the top for visibility and add a
77// comment to it as to when it can be removed
88
9- replace sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.4.3
9+ replace sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.5.0
1010
1111require (
1212 github.com/cert-manager/cert-manager v1.16.2
@@ -15,10 +15,10 @@ require (
1515 github.com/stretchr/testify v1.10.0
1616 go.uber.org/mock v0.5.0
1717 go.uber.org/zap v1.27.0
18- k8s.io/api v0.31.4
19- k8s.io/apiextensions-apiserver v0.31.4
20- k8s.io/apimachinery v0.31.4
21- k8s.io/client-go v0.31.4
18+ k8s.io/api v0.32.0
19+ k8s.io/apiextensions-apiserver v0.32.0
20+ k8s.io/apimachinery v0.32.0
21+ k8s.io/client-go v0.32.0
2222 k8s.io/utils v0.0.0-20241210054802-24370beab758
2323)
2424
You can’t perform that action at this time.
0 commit comments