diff --git a/.github/workflows/code-health.yaml b/.github/workflows/code-health.yaml index e6f12067c..6aa4ec564 100644 --- a/.github/workflows/code-health.yaml +++ b/.github/workflows/code-health.yaml @@ -50,7 +50,7 @@ jobs: go-version-file: 'cfn-resources/go.mod' cache: false # see https://github.com/golangci/golangci-lint-action/issues/807 - name: golangci-lint - uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae + uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 with: version: v1.60.3 # Also update GOLANGCI_VERSION variable in Makefile when updating this version working-directory: cfn-resources