File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2
38
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 36
36
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
37
37
38
38
- name : ' Checkout Repository'
39
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
39
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
40
40
- name : ' Dependency Review'
41
41
uses : actions/dependency-review-action@11310527b429536e263dc6cc47873e608189ba21
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
16
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
17
17
- name : Build the Docker image
18
18
run : docker build . --file Dockerfile
Original file line number Diff line number Diff line change 15
15
matrix :
16
16
os : [ ubuntu-latest ]
17
17
steps :
18
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.4.0
18
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.4.0
19
19
- uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v2.1.5
20
20
with :
21
21
go-version : ' 1.18'
Original file line number Diff line number Diff line change 17
17
permissions :
18
18
id-token : write # Needed to pick up on signing with a GitHub workflow identity.
19
19
steps :
20
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.4.0
20
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.4.0
21
21
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
22
22
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v2.1.7
23
23
with :
53
53
matrix :
54
54
os : [ ubuntu-latest ]
55
55
steps :
56
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.4.0
56
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.4.0
57
57
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
58
58
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v2.1.7
59
59
with :
You can’t perform that action at this time.
0 commit comments