File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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 18
18
with :
19
19
egress-policy : audit
20
20
21
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
21
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
22
22
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
23
23
with :
24
24
go-version : ' 1.21'
Original file line number Diff line number Diff line change 29
29
go-version : ' 1.21'
30
30
id : go
31
31
- name : Check out code into the Go module directory
32
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
32
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
33
33
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # tag=v4.0.2
34
34
name : Restore go cache
35
35
with :
Original file line number Diff line number Diff line change 22
22
egress-policy : audit
23
23
24
24
- name : ' Checkout Repository'
25
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
25
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
26
26
- name : ' Dependency Review'
27
27
uses : actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
Original file line number Diff line number Diff line change 20
20
with :
21
21
egress-policy : audit
22
22
23
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
23
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24
24
- uses : gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
25
25
with :
26
26
use-quiet-mode : ' yes'
Original file line number Diff line number Diff line change 24
24
with :
25
25
egress-policy : audit
26
26
- name : Checkout code
27
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag=v4.1.5
27
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
28
28
with :
29
29
fetch-depth : 0
30
30
- name : Get changed files
@@ -100,7 +100,7 @@ jobs:
100
100
env :
101
101
RELEASE_TAG : ${{needs.push_release_tag.outputs.release_tag}}
102
102
- name : checkout code
103
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag=v4.1.5
103
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
104
104
with :
105
105
fetch-depth : 0
106
106
ref : ${{ env.RELEASE_TAG }}
Original file line number Diff line number Diff line change 18
18
egress-policy : audit
19
19
20
20
- name : Check out code
21
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag=v4.1.5
21
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
22
22
- name : Setup go
23
23
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
24
24
with :
Original file line number Diff line number Diff line change 36
36
egress-policy : audit
37
37
38
38
- name : " Checkout code"
39
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
39
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40
40
with :
41
41
persist-credentials : false
42
42
You can’t perform that action at this time.
0 commit comments