File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
13
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14
14
15
15
- name : Set up CI Image Metadata
16
16
id : docker_meta_ci
48
48
needs : build
49
49
steps :
50
50
- name : Checkout
51
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
51
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
52
52
53
53
- name : Download artifact
54
54
uses : actions/download-artifact@v3
66
66
needs : e2e
67
67
steps :
68
68
- name : Checkout
69
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
69
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
70
70
71
71
- name : Set up Docker Hub Image Metadata
72
72
id : docker_meta
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
13
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14
14
15
15
- name : Docker meta ci
16
16
id : docker_meta_ci
49
49
needs : build
50
50
steps :
51
51
- name : Checkout
52
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
52
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
53
53
54
54
- name : Download artifact
55
55
uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
13
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14
14
15
15
- name : Set up CI Image Metadata
16
16
id : docker_meta_ci
47
47
needs : build
48
48
steps :
49
49
- name : Checkout
50
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
50
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
51
51
52
52
- name : Download artifact
53
53
uses : actions/download-artifact@v3
65
65
needs : e2e
66
66
steps :
67
67
- name : Checkout
68
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
68
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
69
69
70
70
- name : Set up Docker Hub Image Metadata
71
71
id : docker_meta
@@ -136,7 +136,7 @@ jobs:
136
136
steps :
137
137
# To use this repository's private action, you must check out the repository
138
138
- name : Checkout
139
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
139
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
140
140
141
141
- name : Generate changelog
142
142
id : changelog
You can’t perform that action at this time.
0 commit comments