Skip to content

Commit 580b45a

Browse files
Result of tsccr-helper -log-level=info gha update -latest . (#1366)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
1 parent f42f0b5 commit 580b45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version-file: 'go.mod'
2323
- run: go mod download
24-
- uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
24+
- uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
2525
with:
2626
version: latest
2727
terraform-provider-corner:
@@ -57,7 +57,7 @@ jobs:
5757
- run: go mod download
5858
- run: go test -coverprofile=coverage.out ./...
5959
- run: go tool cover -html=coverage.out -o coverage.html
60-
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
60+
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
6161
with:
6262
name: go-${{ matrix.go-version }}-coverage
6363
path: coverage.html

0 commit comments

Comments
 (0)