We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c345f9 commit 7e5bfd2Copy full SHA for 7e5bfd2
1 file changed
.github/workflows/code-health.yaml
@@ -50,7 +50,7 @@ jobs:
50
go-version-file: 'cfn-resources/go.mod'
51
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
52
- name: golangci-lint
53
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
+ uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47
54
with:
55
version: v2.4.0 # Also update GOLANGCI_VERSION variable in Makefile when updating this version
56
working-directory: cfn-resources
0 commit comments