We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f573b6c commit 49b4bd2Copy full SHA for 49b4bd2
.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@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
20
with:
21
# renovate: datasource=github-releases depName=golangci/golangci-lint
22
version: v1.64.7
0 commit comments