63
63
all : ${{ steps.apps.outputs.all }}
64
64
added_files : ${{ steps.cache.outputs.added_files }}
65
65
steps :
66
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
66
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
67
67
- uses : ./.github/actions/build-base-image
68
68
with :
69
69
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -101,14 +101,14 @@ jobs:
101
101
with :
102
102
filters : .github/scripts/c-code-path-filters.yaml
103
103
- name : Cache pre-built src
104
- uses :
actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected] .1
104
+ uses :
actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected] .2
105
105
with :
106
106
path : otp_src.tar.gz
107
107
key : prebuilt-src-${{ github.ref_name }}-${{ github.sha }}
108
108
restore-keys : |
109
109
prebuilt-src-${{ github.base_ref }}-${{ github.event.pull_request.base.sha }}
110
110
- name : Cache pre-built binaries
111
- uses :
actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected] .1
111
+ uses :
actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected] .2
112
112
with :
113
113
path : otp_cache.tar.gz
114
114
key : prebuilt-cache-64-bit-${{ github.ref_name }}-${{ github.sha }}
@@ -206,7 +206,7 @@ jobs:
206
206
WXWIDGETS_VERSION : 3.2.6
207
207
MACOS_VERSION : 15
208
208
steps :
209
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
209
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
210
210
211
211
- name : Download source archive
212
212
uses :
actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected]
@@ -215,7 +215,7 @@ jobs:
215
215
216
216
- name : Cache wxWidgets
217
217
id : wxwidgets-cache
218
- uses :
actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected] .1
218
+ uses :
actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected] .2
219
219
with :
220
220
path : wxWidgets
221
221
key : wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh') }}-${{ env.MACOS_VERSION }}
@@ -254,7 +254,7 @@ jobs:
254
254
runs-on : macos-15
255
255
needs : pack
256
256
steps :
257
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
257
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
258
258
- name : Download source archive
259
259
uses :
actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected]
260
260
with :
@@ -305,7 +305,7 @@ jobs:
305
305
IF EXIST "c:\\Program Files\\OpenSSL-Win64" (move "c:\\Program Files\\OpenSSL-Win64" "c:\\OpenSSL-Win64") ELSE (move "c:\\Program Files\\OpenSSL" "c:\\OpenSSL-Win64")
306
306
307
307
- name : Cache wxWidgets
308
- uses :
actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected] .1
308
+ uses :
actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected] .2
309
309
with :
310
310
path : wxWidgets
311
311
key : wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}
@@ -387,7 +387,7 @@ jobs:
387
387
if : needs.pack.outputs.c-code-changes
388
388
389
389
steps :
390
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
390
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
391
391
- uses : ./.github/actions/build-base-image
392
392
with :
393
393
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -415,7 +415,7 @@ jobs:
415
415
fail-fast : false
416
416
417
417
steps :
418
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
418
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
419
419
- uses : ./.github/actions/build-base-image
420
420
with :
421
421
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -426,7 +426,7 @@ jobs:
426
426
runs-on : ubuntu-latest
427
427
needs : pack
428
428
steps :
429
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
429
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
430
430
- uses : ./.github/actions/build-base-image
431
431
with :
432
432
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -471,7 +471,7 @@ jobs:
471
471
runs-on : ubuntu-latest
472
472
needs : pack
473
473
steps :
474
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
474
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
475
475
- uses : ./.github/actions/build-base-image
476
476
with :
477
477
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -503,7 +503,7 @@ jobs:
503
503
# type: ["os_mon","sasl"]
504
504
fail-fast : false
505
505
steps :
506
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
506
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
507
507
- uses : ./.github/actions/build-base-image
508
508
with :
509
509
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -552,7 +552,7 @@ jobs:
552
552
if : ${{ !cancelled() }} # Run even if the need has failed
553
553
needs : test
554
554
steps :
555
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
555
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
556
556
- uses : ./.github/actions/build-base-image
557
557
with :
558
558
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -621,7 +621,7 @@ jobs:
621
621
echo "tag=${TAG}" >> $GITHUB_OUTPUT
622
622
echo "vsn=${VSN}" >> $GITHUB_OUTPUT
623
623
624
- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1
624
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2
625
625
626
626
# # Publish the pre-built archive and docs
627
627
- name : Download source archive
@@ -652,7 +652,7 @@ jobs:
652
652
sha256sum $FILES > SHA256.txt
653
653
654
654
- name : Upload pre-built and doc tar archives
655
- uses : softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # ratchet:softprops/action-gh-release@v2.0.8
655
+ uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # ratchet:softprops/action-gh-release@v2.1.0
656
656
with :
657
657
name : OTP ${{ steps.tag.outputs.vsn }}
658
658
files : |
0 commit comments