From c6fc168a86925cbb70209b45f54648be296e3cd7 Mon Sep 17 00:00:00 2001 From: "hashicorp-tsccr[bot]" Date: Tue, 13 Aug 2024 08:12:31 +0000 Subject: [PATCH] Result of tsccr-helper -log-level=info gha update -latest . --- .github/workflows/ci-go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index 5817291d..746fe222 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -21,7 +21,7 @@ jobs: with: go-version-file: 'go.mod' - run: go mod download - - uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1 + - uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0 terraform-provider-corner-tfprotov5: defaults: run: @@ -88,7 +88,7 @@ jobs: - run: go mod download - run: go test -coverprofile=coverage.out ./... - run: go tool cover -html=coverage.out -o coverage.html - - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 with: name: go-${{ matrix.go-version }}-coverage path: coverage.html