Skip to content

Commit 34d8a9e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-go.yml

+2-2
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@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
24+
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
60+
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
6161
with:
6262
name: go-${{ matrix.go-version }}-coverage
6363
path: coverage.html

0 commit comments

Comments
 (0)