File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : git checkout
21
21
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
+ with :
23
+ persist-credentials : false
22
24
- name : Set docker hub repo name
23
25
run : echo "DOCKER_REPO_NAME=$(make docker-repo-name)" >> $GITHUB_ENV
24
26
- name : Push README to Dockerhub
41
43
steps :
42
44
- name : git checkout
43
45
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
+ with :
47
+ persist-credentials : false
44
48
- name : Set quay.io org name
45
49
run : echo "DOCKER_REPO=$(echo quay.io/${GITHUB_REPOSITORY_OWNER} | tr -d '-')" >> $GITHUB_ENV
46
50
- name : Set quay.io repo name
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
26
26
- name : Checkout repository
27
27
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
- name : Install Go
29
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
29
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
30
30
with :
31
31
go-version : 1.24.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'
35
35
- name : Lint
36
- uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 .0.0
36
+ uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7 .0.0
37
37
with :
38
38
args : --verbose
39
39
version : v2.1.5
You can’t perform that action at this time.
0 commit comments