Skip to content

Commit 963d34b

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

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
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
go-version-file: 'go.mod'
2424
- run: go mod download
25-
- uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
25+
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
2626
terraform-provider-corner:
2727
defaults:
2828
run:
@@ -56,7 +56,7 @@ jobs:
5656
- run: go mod download
5757
- run: go test -coverprofile=coverage.out ./...
5858
- run: go tool cover -html=coverage.out -o coverage.html
59-
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
59+
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
6060
with:
6161
name: go-${{ matrix.go-version }}-coverage
6262
path: coverage.html

0 commit comments

Comments
 (0)