File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Check out the repository
31
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32
32
with :
33
33
fetch-depth : 10
34
34
Original file line number Diff line number Diff line change 50
50
env :
51
51
ERLC_OPTS : ${{ matrix.erlc_opts || '' }}
52
52
steps :
53
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
54
54
with :
55
55
fetch-depth : 50
56
56
- uses : erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4
@@ -111,7 +111,7 @@ jobs:
111
111
steps :
112
112
- name : Configure Git
113
113
run : git config --global core.autocrlf input
114
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
114
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
115
115
with :
116
116
fetch-depth : 50
117
117
- uses : erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4
@@ -136,7 +136,7 @@ jobs:
136
136
name : Check POSIX-compliant
137
137
runs-on : ubuntu-24.04
138
138
steps :
139
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
139
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
140
140
with :
141
141
fetch-depth : 50
142
142
- name : Install Shellcheck
@@ -162,7 +162,7 @@ jobs:
162
162
163
163
- name : Checkout project
164
164
id : checkout
165
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
165
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
166
166
167
167
- name : " Run OSS Review Toolkit"
168
168
id : ort
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
name : Notify
18
18
steps :
19
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
20
with :
21
21
fetch-depth : 50
22
22
- uses : erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4
Original file line number Diff line number Diff line change 36
36
--draft \
37
37
${{ github.ref_name }}
38
38
39
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40
40
if : github.ref_type == 'branch'
41
41
with :
42
42
fetch-depth : 50
75
75
runs-on : ubuntu-22.04
76
76
77
77
steps :
78
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
78
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
79
79
with :
80
80
fetch-depth : 50
81
81
@@ -198,7 +198,7 @@ jobs:
198
198
199
199
- name : Checkout project
200
200
id : checkout
201
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
201
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
202
202
203
203
- name : " Download Build Artifacts"
204
204
id : download-build-artifacts
You can’t perform that action at this time.
0 commit comments