From a3c07d2c9b81da00f2f343a9ba3a5544cd07dee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 07:45:13 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go) and [azure/setup-helm](https://github.com/azure/setup-helm). Updates `actions/setup-go` from 6.4.0 to 6.5.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/4a3601121dd01d1626a1e23e37211e3254c1c06c...924ae3a1cded613372ab5595356fb5720e22ba16) Updates `azure/setup-helm` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-helm/compare/dda3372f752e03dde6b3237bc9431cdc2f7a02a2...9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: azure/setup-helm dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-push-common.yaml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/helm-publish.yaml | 2 +- .github/workflows/validate-common.yaml | 10 +++++----- .github/workflows/validate-e2e.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-push-common.yaml b/.github/workflows/build-push-common.yaml index 07685a0..bf2eeae 100644 --- a/.github/workflows/build-push-common.yaml +++ b/.github/workflows/build-push-common.yaml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4 with: clean: true - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version-file: go.mod check-latest: true diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3295762..180a1e3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout repository uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4 - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version-file: go.mod check-latest: true diff --git a/.github/workflows/helm-publish.yaml b/.github/workflows/helm-publish.yaml index 8c3f447..578a375 100644 --- a/.github/workflows/helm-publish.yaml +++ b/.github/workflows/helm-publish.yaml @@ -29,7 +29,7 @@ jobs: with: fetch-tags: true - - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 + - uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 - name: Log in to the Container registry uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee if: inputs.runner != 'self-hosted' diff --git a/.github/workflows/validate-common.yaml b/.github/workflows/validate-common.yaml index 980b06f..f89ba50 100644 --- a/.github/workflows/validate-common.yaml +++ b/.github/workflows/validate-common.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4 with: clean: true - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version-file: go.mod check-latest: true @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4 with: clean: true - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version-file: go.mod check-latest: true @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4 with: clean: true - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version-file: go.mod check-latest: true @@ -101,7 +101,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4 with: clean: true - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version-file: go.mod check-latest: true @@ -119,7 +119,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4 with: clean: true - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version-file: go.mod check-latest: true diff --git a/.github/workflows/validate-e2e.yaml b/.github/workflows/validate-e2e.yaml index 40cdf98..1cf72cc 100644 --- a/.github/workflows/validate-e2e.yaml +++ b/.github/workflows/validate-e2e.yaml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4 with: clean: true - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5 + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5 with: go-version-file: go.mod check-latest: true