File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
if : github.repository_owner == 'prometheus' || github.repository_owner == 'prometheus-community' # Don't run this workflow on forks.
19
19
steps :
20
20
- name : git checkout
21
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
22
22
- name : Set docker hub repo name
23
23
run : echo "DOCKER_REPO_NAME=$(make docker-repo-name)" >> $GITHUB_ENV
24
24
- name : Push README to Dockerhub
40
40
if : github.repository_owner == 'prometheus' || github.repository_owner == 'prometheus-community' # Don't run this workflow on forks.
41
41
steps :
42
42
- name : git checkout
43
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
43
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
44
44
- name : Set quay.io org name
45
45
run : echo "DOCKER_REPO=$(echo quay.io/${GITHUB_REPOSITORY_OWNER} | tr -d '-')" >> $GITHUB_ENV
46
46
- name : Set quay.io repo name
Original file line number Diff line number Diff line change 28
28
- name : Install Go
29
29
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
30
30
with :
31
- go-version : 1.23 .x
31
+ go-version : 1.22 .x
32
32
- name : Install snmp_exporter/generator dependencies
33
33
run : sudo apt-get update && sudo apt-get -y install libsnmp-dev
34
34
if : github.repository == 'prometheus/snmp_exporter'
You can’t perform that action at this time.
0 commit comments