diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index 9005a20..d52b49c 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -46,7 +46,7 @@ jobs: go-version-file: 'go.mod' cache: false # see https://github.com/golangci/golangci-lint-action/issues/807 - name: golangci-lint - uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 + uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd with: version: v1.64.7 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version - name: actionlint