From afa36217225a10e7d00c9ac1754516f9ac559bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:52:03 -0800 Subject: [PATCH] build(deps): bump actions/setup-go from 5.0.2 to 5.2.0 (#1431) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.2 to 5.2.0.
Release notes

Sourced from actions/setup-go's releases.

v5.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.2.0

v5.1.0

What's Changed

Bug Fixes

New Contributors

Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.1.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-go&package-manager=github_actions&previous-version=5.0.2&new-version=5.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-samples.yml | 10 +++++----- .github/workflows/build.yaml | 2 +- .github/workflows/codeql.yaml | 2 +- .github/workflows/go-tests.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/verify.yaml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-samples.yml b/.github/workflows/build-samples.yml index 6d94dbb10..1bfcef585 100644 --- a/.github/workflows/build-samples.yml +++ b/.github/workflows/build-samples.yml @@ -26,7 +26,7 @@ jobs: with: egress-policy: audit - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v2.1.5 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v2.1.5 with: go-version-file: 'go.mod' check-latest: true @@ -67,7 +67,7 @@ jobs: with: egress-policy: audit - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v2.1.5 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v2.1.5 with: go-version-file: 'go.mod' check-latest: true @@ -97,7 +97,7 @@ jobs: with: egress-policy: audit - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v2.1.5 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v2.1.5 with: go-version-file: 'go.mod' check-latest: true @@ -136,7 +136,7 @@ jobs: with: egress-policy: audit - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v2.1.5 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v2.1.5 with: go-version-file: 'go.mod' check-latest: true @@ -175,7 +175,7 @@ jobs: with: egress-policy: audit - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v2.1.5 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v2.1.5 with: go-version-file: 'go.mod' check-latest: true diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6206ab359..c575c44d1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v2.1.5 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v2.1.5 with: go-version-file: 'go.mod' check-latest: true diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index cfb2513a4..5b234ffdd 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v3.0.0 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v3.0.0 with: go-version-file: 'go.mod' check-latest: true diff --git a/.github/workflows/go-tests.yaml b/.github/workflows/go-tests.yaml index 69e84ecd0..d45e3deac 100644 --- a/.github/workflows/go-tests.yaml +++ b/.github/workflows/go-tests.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install Go - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v3.0.0 + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v3.0.0 with: go-version-file: 'go.mod' check-latest: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 982d4367b..2e8dc4965 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: with: egress-policy: audit - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v2.2.0 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v2.2.0 with: go-version-file: 'go.mod' check-latest: true diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 4ddcc724b..476f1e580 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v2.2.0 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v2.2.0 with: go-version-file: 'go.mod' check-latest: true