File tree Expand file tree Collapse file tree 7 files changed +13
-11
lines changed Expand file tree Collapse file tree 7 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 46
46
egress-policy : audit
47
47
48
48
- name : Checkout repository
49
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
49
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
with :
20
20
egress-policy : audit
21
21
- name : Checkout
22
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
22
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23
23
with :
24
24
fetch-depth : 0
25
25
- name : Set up Go
26
- uses : actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8
26
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
27
27
with :
28
28
go-version : 1.17
29
29
- name : Configure AWS Credentials
Original file line number Diff line number Diff line change 29
29
with :
30
30
ref : ${{ github.event.pull_request.head.sha }}
31
31
- name : Set up Go
32
- uses : actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8 # v2.1.3
32
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
33
33
with :
34
34
go-version : 1.17
35
35
- name : Run coverage
Original file line number Diff line number Diff line change 26
26
with :
27
27
egress-policy : audit
28
28
29
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
30
30
with :
31
31
repository : step-security/secure-repo
32
32
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
with :
22
22
egress-policy : audit
23
23
- name : Checkout
24
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
25
25
with :
26
26
fetch-depth : 0
27
27
- name : Set up Go
28
- uses : actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8
28
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
29
29
with :
30
30
go-version : 1.17
31
31
Original file line number Diff line number Diff line change 37
37
egress-policy : audit
38
38
39
39
- name : " Checkout code"
40
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
41
41
with :
42
42
persist-credentials : false
43
43
Original file line number Diff line number Diff line change @@ -29,15 +29,17 @@ jobs:
29
29
objects.githubusercontent.com:443
30
30
golang.org:443
31
31
- name : Checkout
32
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
32
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
33
33
with :
34
34
ref : ${{ github.event.pull_request.head.sha }}
35
35
- name : Set up Go
36
- uses : actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8 # v2.1.3
36
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
37
37
with :
38
38
go-version : 1.17
39
39
- name : Run coverage
40
40
run : go test ./... -coverpkg=./... -race -coverprofile=coverage.txt -covermode=atomic
41
41
env :
42
42
PAT : ${{ secrets.GITHUB_TOKEN }}
43
- - uses : codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2
43
+ - uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
44
+ with :
45
+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments