From af48e11fca985cb0c6f36f355c826907e53968a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 01:50:21 +0000 Subject: [PATCH] chore(deps): update all github action dependencies Signed-off-by: renovate[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/integration-tests.yaml | 6 +++--- .github/workflows/tests.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 69fa1909a..e23ff2b81 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 1 - name: Setup Go - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version-file: 'go.mod' - name: Initialize CodeQL diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index da3ecde26..28cf56cb4 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -17,12 +17,12 @@ concurrency: env: # renovate: datasource=github-releases depName=helm/helm - HELM_VERSION: v3.15.2 + HELM_VERSION: v3.15.3 # renovate: datasource=github-releases depName=kubernetes-sigs/kind KIND_VERSION: v0.23.0 KIND_CONFIG: .github/kind-config.yaml # renovate: datasource=github-releases depName=cilium/cilium - CILIUM_VERSION: v1.15.6 + CILIUM_VERSION: v1.15.7 CILIUM_VALUES: .github/cilium-values.yaml jobs: @@ -33,7 +33,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup go - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version-file: 'go.mod' - name: Build hubble CLI diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 08e207d84..a87de26e1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 + - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version-file: 'go.mod' - name: Run static checks