File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5555
5656 # Initializes the CodeQL tools for scanning.
5757 - name : Initialize CodeQL
58- uses : github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
58+ uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
5959 with :
6060 languages : ${{ matrix.language }}
6161 # If you wish to specify custom queries, you can do so here or in a config file.
6666 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6767 # If this step fails, then you should remove it and run the build manually (see below)
6868 - name : Autobuild
69- uses : github/codeql-action/autobuild@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
69+ uses : github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
7070
7171 # ℹ️ Command-line programs to run using the OS shell.
7272 # 📚 https://git.io/JvXDl
8080 # make release
8181
8282 - name : Perform CodeQL Analysis
83- uses : github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
83+ uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ require (
2222 k8s.io/api v0.33.3
2323 k8s.io/apimachinery v0.33.3
2424 k8s.io/client-go v0.33.3
25- sigs.k8s.io/yaml v1.5 .0
25+ sigs.k8s.io/yaml v1.6 .0
2626)
2727
2828require (
Original file line number Diff line number Diff line change @@ -461,5 +461,5 @@ sigs.k8s.io/randfill v1.0.0/go.mod h1:XeLlZ/jmk4i1HRopwe7/aU3H5n1zNUcX6TM94b3QxO
461461sigs.k8s.io/structured-merge-diff/v4 v4.6.0 h1:IUA9nvMmnKWcj5jl84xn+T5MnlZKThmUW1TdblaLVAc =
462462sigs.k8s.io/structured-merge-diff/v4 v4.6.0 /go.mod h1:dDy58f92j70zLsuZVuUX5Wp9vtxXpaZnkPGWeqDfCps =
463463sigs.k8s.io/yaml v1.4.0 /go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY =
464- sigs.k8s.io/yaml v1.5 .0 h1:M10b2U7aEUY6hRtU870n2VTPgR5RZiL/I6Lcc2F4NUQ =
465- sigs.k8s.io/yaml v1.5 .0 /go.mod h1:wZs27Rbxoai4C0f8/9urLZtZtF3avA3gKvGyPdDqTO4 =
464+ sigs.k8s.io/yaml v1.6 .0 h1:G8fkbMSAFqgEFgh4b1wmtzDnioxFCUgTZhlbj5P9QYs =
465+ sigs.k8s.io/yaml v1.6 .0 /go.mod h1:796bPqUfzR/0jLAl6XjHl3Ck7MiyVv8dbTdyT3/pMf4 =
You can’t perform that action at this time.
0 commit comments