We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190f1b7 commit cc7fb42Copy full SHA for cc7fb42
.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@9fae48acfc02a90574d7c304a1758ef9895495fa # v7.0.1
20
with:
21
# renovate: datasource=github-releases depName=golangci/golangci-lint
22
version: v1.64.7
0 commit comments