We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63f708b + b71ad4f commit 07cd7d8Copy full SHA for 07cd7d8
.github/workflows/ci.yml
@@ -202,7 +202,7 @@ jobs:
202
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
203
if: github.repository == 'prometheus/snmp_exporter'
204
- name: Lint
205
- uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
+ uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
206
with:
207
args: --verbose
208
# Make sure to sync this with Makefile.common and scripts/golangci-lint.yml.
0 commit comments