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 2511d0a commit 854dd2cCopy full SHA for 854dd2c
1 file changed
.github/workflows/build_and_validate.yaml
@@ -43,7 +43,7 @@ jobs:
43
run: ./scripts/go-mod-check.sh
44
- name: golangci-lint
45
if: steps.filter.outputs.go == 'true'
46
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
+ uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
47
with:
48
version: v2.12.2
49
args: --timeout 2m0s
0 commit comments