We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70f5f6 commit aab83a6Copy full SHA for aab83a6
.github/workflows/qa.yml
@@ -29,7 +29,7 @@ jobs:
29
go-version-file: "go.mod"
30
- name: Download golangci-lint config file
31
run: curl -o .golangci.yml https://raw.githubusercontent.com/radiofrance/lint-config/${{ env.LINT_CONFIG_VERSION }}/.golangci.yml
32
- - uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
+ - uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
33
with:
34
# renovate: datasource=github-releases depName=golangci/golangci-lint
35
version: v1.63.4
0 commit comments