From c0170191ee8c4b9a53b5e8fe6d8edf83f7055bfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 16:53:06 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 755da8c --- .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 8f21ed7..ede8967 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: with: go-version: "1.19" - name: Checkout Repository - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 - name: Run golangci-lint uses: golangci/golangci-lint-action@07db5389c99593f11ad7b44463c2d4233066a9b1 # tag=v3 with: @@ -36,7 +36,7 @@ jobs: working-directory: ${{ env.GOPATH }}/src/${{ github.repository }} steps: - name: Checkout Repository - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 with: path: ${{ env.GOPATH }}/src/${{ github.repository }} - name: Setup Go diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 955ffb2..6176fb2 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout Repository - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 with: fetch-depth: 0 - name: Set up Go