diff --git a/.github/workflows/build_and_validate.yaml b/.github/workflows/build_and_validate.yaml index 1f119e7c..a7f07cb7 100644 --- a/.github/workflows/build_and_validate.yaml +++ b/.github/workflows/build_and_validate.yaml @@ -43,7 +43,7 @@ jobs: run: ./scripts/go-mod-check.sh - name: golangci-lint if: steps.filter.outputs.go == 'true' - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9 + uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9 with: version: v2.12.2 args: --timeout 2m0s