Skip to content

Commit a73bd7f

Browse files
prombotDeryugin, Nikolay
authored and
Deryugin, Nikolay
committed
Update common Prometheus files (prometheus-community#913)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
1 parent 35cb8a8 commit a73bd7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/golangci-lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
2222
- name: install Go
23-
uses: actions/setup-go@v3
23+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
2424
with:
2525
go-version: 1.20.x
2626
- name: Install snmp_exporter/generator dependencies
2727
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
2828
if: github.repository == 'prometheus/snmp_exporter'
2929
- name: Lint
30-
uses: golangci/golangci-lint-action@v3.4.0
30+
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
3131
with:
3232
version: v1.54.2

0 commit comments

Comments
 (0)