From a21a8ea3ea2e5cfff23929e6c7f3f9f56b120861 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 16:43:26 +0000 Subject: [PATCH] chore(deps): update actions/setup-go digest to d0a58c1 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/goreleaser.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0442ec9..8f21ed7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Go - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3 + uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3 with: go-version: "1.19" - name: Checkout Repository @@ -40,7 +40,7 @@ jobs: with: path: ${{ env.GOPATH }}/src/${{ github.repository }} - name: Setup Go - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3 + uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3 with: go-version: "1.19" - name: Install yaegi diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 7f55f43..955ffb2 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3 + uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3 with: go-version: "1.19" - name: Install cyclonedx-gomod