We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043dbe3 commit 52df65dCopy full SHA for 52df65d
.github/workflows/golangci-lint.yml
@@ -33,7 +33,7 @@ jobs:
33
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
34
if: github.repository == 'prometheus/snmp_exporter'
35
- name: Lint
36
- uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
+ uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
37
with:
38
args: --verbose
39
version: v1.63.4
0 commit comments