File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout repository
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
22
22
- name : install Go
23
- uses : actions/setup-go@v3
23
+ uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
24
24
with :
25
25
go-version : 1.20.x
26
26
- name : Install snmp_exporter/generator dependencies
27
27
run : sudo apt-get update && sudo apt-get -y install libsnmp-dev
28
28
if : github.repository == 'prometheus/snmp_exporter'
29
29
- name : Lint
30
- uses : golangci/golangci-lint-action@v3.4 .0
30
+ uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7 .0
31
31
with :
32
- version : v1.53.3
32
+ version : v1.54.2
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_
61
61
SKIP_GOLANGCI_LINT :=
62
62
GOLANGCI_LINT :=
63
63
GOLANGCI_LINT_OPTS ?=
64
- GOLANGCI_LINT_VERSION ?= v1.53.3
64
+ GOLANGCI_LINT_VERSION ?= v1.54.2
65
65
# golangci-lint only supports linux, darwin and windows platforms on i386/amd64.
66
66
# windows isn't included here because of the path separator being different.
67
67
ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))
You can’t perform that action at this time.
0 commit comments