diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 8be266e0b..d2e15ca61 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.19.1 + HELM_VERSION: v3.19.2 # renovate: datasource=github-releases depName=kubernetes-sigs/kind KIND_VERSION: v0.30.0 KIND_CONFIG: .github/kind-config.yaml # renovate: datasource=github-releases depName=cilium/cilium - CILIUM_VERSION: v1.18.3 + CILIUM_VERSION: v1.18.4 CILIUM_VALUES: .github/cilium-values.yaml jobs: @@ -31,7 +31,7 @@ jobs: timeout-minutes: 20 steps: - name: Checkout the repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Setup go uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dcded4fdb..6989cf3b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Generate artifacts run: make release - name: Create Release diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6f9730638..d2f023999 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: unit-test: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 with: go-version-file: 'go.mod'