File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
15
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
16
16
with :
17
17
fetch-depth : 0
18
18
token : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 35
35
os : [ubuntu-latest]
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
38
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
39
39
with :
40
40
fetch-depth : 0
41
41
- name : Setup env
73
73
name : Test with coverage
74
74
steps :
75
75
- name : Checkout
76
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
76
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
77
77
with :
78
78
fetch-depth : 0
79
79
- name : Setup env
92
92
name : Extra checks
93
93
steps :
94
94
- name : Checkout
95
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
95
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
96
96
with :
97
97
fetch-depth : 0
98
98
- name : Setup env
@@ -111,7 +111,7 @@ jobs:
111
111
name : Javadoc quality
112
112
steps :
113
113
- name : Checkout
114
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
114
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
115
115
with :
116
116
fetch-depth : 0
117
117
- name : Setup env
@@ -129,7 +129,7 @@ jobs:
129
129
name : reproducible-builds
130
130
steps :
131
131
- name : Checkout
132
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
132
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
133
133
with :
134
134
fetch-depth : 0
135
135
- name : Setup env
@@ -144,7 +144,7 @@ jobs:
144
144
runs-on : ubuntu-latest
145
145
steps :
146
146
- name : Checkout
147
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
147
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
148
148
with :
149
149
fetch-depth : 0
150
150
- name : Setup env
@@ -160,7 +160,7 @@ jobs:
160
160
name : Codegeneration
161
161
steps :
162
162
- name : Checkout
163
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
163
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
164
164
with :
165
165
fetch-depth : 0
166
166
- name : Setup env
You can’t perform that action at this time.
0 commit comments