63
63
c-code-changes : ${{ steps.c-code-changes.outputs.changes }}
64
64
all : ${{ steps.apps.outputs.all }}
65
65
steps :
66
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
66
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@ v4.2.3
104
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@ v4.2.3
111
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
112
112
with :
113
113
path : otp_cache.tar.gz
114
114
key : prebuilt-cache-64-bit-${{ github.ref_name }}-${{ github.sha }}
@@ -204,7 +204,7 @@ jobs:
204
204
WXWIDGETS_VERSION : 3.2.6
205
205
MACOS_VERSION : 15
206
206
steps :
207
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
207
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
208
208
209
209
- name : Download source archive
210
210
uses :
actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected]
@@ -213,7 +213,7 @@ jobs:
213
213
214
214
- name : Cache wxWidgets
215
215
id : wxwidgets-cache
216
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@ v4.2.3
216
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
217
217
with :
218
218
path : wxWidgets
219
219
key : wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh') }}-${{ env.MACOS_VERSION }}
@@ -252,7 +252,7 @@ jobs:
252
252
runs-on : macos-15
253
253
needs : pack
254
254
steps :
255
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
255
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
256
256
- name : Download source archive
257
257
uses :
actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected]
258
258
with :
@@ -303,7 +303,7 @@ jobs:
303
303
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")
304
304
305
305
- name : Cache wxWidgets
306
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@ v4.2.3
306
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
307
307
with :
308
308
path : wxWidgets
309
309
key : wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}
@@ -385,7 +385,7 @@ jobs:
385
385
if : needs.pack.outputs.c-code-changes
386
386
387
387
steps :
388
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
388
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
389
389
- uses : ./.github/actions/build-base-image
390
390
with :
391
391
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -413,7 +413,7 @@ jobs:
413
413
fail-fast : false
414
414
415
415
steps :
416
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
416
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
417
417
- uses : ./.github/actions/build-base-image
418
418
with :
419
419
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -424,7 +424,7 @@ jobs:
424
424
runs-on : ubuntu-latest
425
425
needs : pack
426
426
steps :
427
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
427
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
428
428
- uses : ./.github/actions/build-base-image
429
429
with :
430
430
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -469,7 +469,7 @@ jobs:
469
469
runs-on : ubuntu-latest
470
470
needs : pack
471
471
steps :
472
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
472
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
473
473
- uses : ./.github/actions/build-base-image
474
474
with :
475
475
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -498,7 +498,7 @@ jobs:
498
498
# type: ["os_mon","sasl"]
499
499
fail-fast : false
500
500
steps :
501
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
501
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
502
502
- uses : ./.github/actions/build-base-image
503
503
with :
504
504
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -551,7 +551,7 @@ jobs:
551
551
if : ${{ !cancelled() }} # Run even if the need has failed
552
552
needs : test
553
553
steps :
554
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
554
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
555
555
- uses : ./.github/actions/build-base-image
556
556
with :
557
557
BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -625,7 +625,7 @@ jobs:
625
625
echo "tag=${TAG}" >> $GITHUB_OUTPUT
626
626
echo "vsn=${VSN}" >> $GITHUB_OUTPUT
627
627
628
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
628
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
629
629
630
630
# # Publish the pre-built archive and docs
631
631
- name : Download source archive
@@ -656,7 +656,7 @@ jobs:
656
656
sha256sum $FILES > SHA256.txt
657
657
658
658
- name : Upload pre-built and doc tar archives
659
- uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # ratchet:softprops/action-gh-release@ v2.2.2
659
+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
660
660
with :
661
661
name : OTP ${{ steps.tag.outputs.vsn }}
662
662
files : |
0 commit comments