We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0127cd6 commit 963d34bCopy full SHA for 963d34b
.github/workflows/ci-go.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
go-version-file: 'go.mod'
24
- run: go mod download
25
- - uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
+ - uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
26
terraform-provider-corner:
27
defaults:
28
run:
@@ -56,7 +56,7 @@ jobs:
56
57
- run: go test -coverprofile=coverage.out ./...
58
- run: go tool cover -html=coverage.out -o coverage.html
59
- - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
+ - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
60
61
name: go-${{ matrix.go-version }}-coverage
62
path: coverage.html
0 commit comments