diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6707b05c2b..69b0b52eff 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: # create inline feedback on GitHub's UI. On local dev, the same issues should be surfaced by # mise-tasks/lint/go - name: Run golangci-lint - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9 + uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9 with: version: 'v2.11.3' debug: 'clean'