Commit 2204be9 1 parent 871df1d commit 2204be9 Copy full SHA for 2204be9
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
with :
34
34
fetch-depth : 1
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
36
+ uses : github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
37
37
with :
38
38
languages : go
39
39
- name : Perform CodeQL Analysis
40
- uses : github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
40
+ uses : github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ concurrency:
17
17
18
18
env :
19
19
# renovate: datasource=github-releases depName=helm/helm
20
- HELM_VERSION : v3.14.0
20
+ HELM_VERSION : v3.14.1
21
21
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
22
22
KIND_VERSION : v0.21.0
23
23
KIND_CONFIG : .github/kind-config.yaml
24
24
# renovate: datasource=github-releases depName=cilium/cilium
25
- CILIUM_VERSION : v1.15.0
25
+ CILIUM_VERSION : v1.15.1
26
26
CILIUM_VALUES : .github/cilium-values.yaml
27
27
28
28
jobs :
You can’t perform that action at this time.
0 commit comments