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 2828
2929 steps :
3030 - name : Check out the repository
31- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232 with :
3333 fetch-depth : 10
3434
Original file line number Diff line number Diff line change 5050 env :
5151 ERLC_OPTS : ${{ matrix.erlc_opts || '' }}
5252 steps :
53- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5454 with :
5555 fetch-depth : 50
5656 - uses : erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4
@@ -111,7 +111,7 @@ jobs:
111111 steps :
112112 - name : Configure Git
113113 run : git config --global core.autocrlf input
114- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
114+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
115115 with :
116116 fetch-depth : 50
117117 - uses : erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4
@@ -136,7 +136,7 @@ jobs:
136136 name : Check POSIX-compliant
137137 runs-on : ubuntu-24.04
138138 steps :
139- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
139+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
140140 with :
141141 fetch-depth : 50
142142 - name : Install Shellcheck
@@ -162,7 +162,7 @@ jobs:
162162
163163 - name : Checkout project
164164 id : checkout
165- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
165+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
166166
167167 - name : " Run OSS Review Toolkit"
168168 id : ort
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 name : Notify
1818 steps :
19- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020 with :
2121 fetch-depth : 50
2222 - uses : erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4
Original file line number Diff line number Diff line change 3636 --draft \
3737 ${{ github.ref_name }}
3838
39- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4040 if : github.ref_type == 'branch'
4141 with :
4242 fetch-depth : 50
7575 runs-on : ubuntu-22.04
7676
7777 steps :
78- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
78+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7979 with :
8080 fetch-depth : 50
8181
@@ -198,7 +198,7 @@ jobs:
198198
199199 - name : Checkout project
200200 id : checkout
201- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
201+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
202202
203203 - name : " Download Build Artifacts"
204204 id : download-build-artifacts
You can’t perform that action at this time.
0 commit comments