We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ef72d commit 90e349eCopy full SHA for 90e349e
.github/workflows/test-opentofu.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: go mod download
32
- run: go build -v .
33
- name: Run linters
34
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v3.7.1
+ uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v3.7.1
35
with:
36
version: latest
37
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
skip-cache: true
0 commit comments