File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
14
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
15
15
with :
16
16
fetch-depth : 0
17
17
45
45
run : make build-ci
46
46
47
47
- name : Docker Publish - Main
48
- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
48
+ uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e
49
49
with :
50
50
context : .
51
51
file : ./Dockerfile.ci
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
14
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
15
15
with :
16
16
fetch-depth : 0
17
17
48
48
run : make build-ci
49
49
50
50
- name : Docker Publish - Version Branches
51
- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
51
+ uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e
52
52
with :
53
53
context : .
54
54
file : ./Dockerfile.ci
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
12
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
13
13
14
14
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
15
15
with :
Original file line number Diff line number Diff line change 11
11
lint :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
14
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
15
15
with :
16
16
fetch-depth : 0
17
17
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
15
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
16
16
with :
17
17
fetch-depth : 0
18
18
49
49
run : make build-ci
50
50
51
51
- name : Docker Publish - Main
52
- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
52
+ uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e
53
53
with :
54
54
context : .
55
55
file : ./Dockerfile.ci
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
if : github.event_name == 'pull_request'
14
14
steps :
15
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
15
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
16
16
with :
17
17
fetch-depth : 0
18
18
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
39
39
go-version : 1.22.x
40
40
- name : set env vars
41
41
run : echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
42
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
42
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
43
43
with :
44
44
fetch-depth : 0
45
45
- name : cache go binaries
71
71
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
72
72
with :
73
73
go-version : 1.22.x
74
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
74
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
75
75
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
76
76
with :
77
77
path : |
You can’t perform that action at this time.
0 commit comments