Skip to content

Commit 2204be9

Browse files
chore(deps): update all github action dependencies
Signed-off-by: renovate[bot] <[email protected]>
1 parent 871df1d commit 2204be9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
with:
3434
fetch-depth: 1
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
36+
uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
3737
with:
3838
languages: go
3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
40+
uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3

.github/workflows/integration-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ concurrency:
1717

1818
env:
1919
# renovate: datasource=github-releases depName=helm/helm
20-
HELM_VERSION: v3.14.0
20+
HELM_VERSION: v3.14.1
2121
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
2222
KIND_VERSION: v0.21.0
2323
KIND_CONFIG: .github/kind-config.yaml
2424
# renovate: datasource=github-releases depName=cilium/cilium
25-
CILIUM_VERSION: v1.15.0
25+
CILIUM_VERSION: v1.15.1
2626
CILIUM_VALUES: .github/cilium-values.yaml
2727

2828
jobs:

0 commit comments

Comments
 (0)