We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3884f commit 3e9d61aCopy full SHA for 3e9d61a
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
go-version-file: go.mod
23
24
- name: Run linters
25
- uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
26
with:
27
problem-matchers: true
28
args: --issues-exit-code=0 --output.sarif.path linter-results.sarif # we expect some findings, but for this demo just continue
0 commit comments