Skip to content

Commit

Permalink
chore(deps): update all github action dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] authored and rolinh committed Mar 15, 2024
1 parent b3b0b85 commit 4ea8a05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
with:
go-version-file: 'go.mod'
- name: Initialize CodeQL
uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
with:
languages: go
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ concurrency:

env:
# renovate: datasource=github-releases depName=helm/helm
HELM_VERSION: v3.14.2
HELM_VERSION: v3.14.3
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
KIND_VERSION: v0.22.0
KIND_CONFIG: .github/kind-config.yaml
# renovate: datasource=github-releases depName=cilium/cilium
CILIUM_VERSION: v1.15.1
CILIUM_VERSION: v1.15.2
CILIUM_VALUES: .github/cilium-values.yaml

jobs:
Expand Down

0 comments on commit 4ea8a05

Please sign in to comment.