From 03b6aaa361906c180806bc5c7b42d2e93f27583c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:11:22 +0000 Subject: [PATCH] Bump actions/setup-go from 5.0.1 to 5.0.2 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/cdcb36043654635271a94b9a6d1392de5bb323a7...0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 12 ++++++------ .github/workflows/security-code.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 112a680..3070110 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: 'Checkout' uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' - name: 'Set up Go' - uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7' + uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32' with: go-version-file: './go.mod' check-latest: true @@ -38,7 +38,7 @@ jobs: - name: 'Checkout' uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' - name: 'Set up Go' - uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7' + uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32' with: go-version-file: './go.mod' check-latest: true @@ -61,7 +61,7 @@ jobs: - name: 'Checkout' uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' - name: 'Set up Go' - uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7' + uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32' with: go-version-file: './go.mod' check-latest: true @@ -79,7 +79,7 @@ jobs: - name: 'Checkout' uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' - name: 'Set up Go' - uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7' + uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32' with: go-version-file: './go.mod' check-latest: true @@ -97,7 +97,7 @@ jobs: - name: 'Checkout' uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' - name: 'Set up Go' - uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7' + uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32' with: go-version-file: './go.mod' check-latest: true @@ -134,7 +134,7 @@ jobs: - name: 'Checkout' uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' - name: 'Set up Go' - uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7' + uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32' with: go-version-file: './go.mod' check-latest: true diff --git a/.github/workflows/security-code.yml b/.github/workflows/security-code.yml index 733944e..4f3c15d 100644 --- a/.github/workflows/security-code.yml +++ b/.github/workflows/security-code.yml @@ -29,7 +29,7 @@ jobs: - name: 'Checkout' uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' - name: 'Set up Go' - uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7' + uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32' with: go-version-file: './go.mod' check-latest: true @@ -53,7 +53,7 @@ jobs: - name: 'Checkout' uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' - name: 'Set up Go' - uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7' + uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32' with: go-version-file: './go.mod' check-latest: true