We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33e79e commit a3b7fa9Copy full SHA for a3b7fa9
.github/actions/ci/lint/action.yml
@@ -16,7 +16,7 @@ runs:
16
go_version: ${{ inputs.go_version }}
17
18
- name: Run Linter
19
- uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
+ uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
20
with:
21
# renovate: datasource=github-releases depName=golangci/golangci-lint
22
version: v1.64.7
0 commit comments