4444 c-code-changes : ${{ steps.c-code-changes.outputs.changes }}
4545 all : ${{ steps.apps.outputs.all }}
4646 steps :
47- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1 47+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2 4848 - uses : ./.github/actions/build-base-image
4949 with :
5050 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -77,19 +77,19 @@ jobs:
7777 echo "changes=${CHANGED_APPS}" >> "$GITHUB_OUTPUT"
7878 fi
7979 - name : Check if there are any C-code changes, if not then limit CI run
80- uses :
dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd # ratchet:dorny/[email protected] .0 80+ uses :
dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # ratchet:dorny/[email protected] .2 8181 id : c-code-changes
8282 with :
8383 filters : .github/scripts/c-code-path-filters.yaml
8484 - name : Cache pre-built src
85- uses :
actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected] .1 85+ uses :
actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected] .2 8686 with :
8787 path : otp_src.tar.gz
8888 key : prebuilt-src-${{ github.ref_name }}-${{ github.sha }}
8989 restore-keys : |
9090 prebuilt-src-${{ github.base_ref }}-${{ github.event.pull_request.base.sha }}
9191 - name : Cache pre-built binaries
92- uses :
actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected] .1 92+ uses :
actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected] .2 9393 with :
9494 path : otp_cache.tar.gz
9595 key : prebuilt-cache-64-bit-${{ github.ref_name }}-${{ github.sha }}
@@ -185,7 +185,7 @@ jobs:
185185 WXWIDGETS_VERSION : 3.2.6
186186 MACOS_VERSION : 15
187187 steps :
188- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1 188+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2 189189
190190 - name : Download source archive
191191 uses :
actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected] @@ -194,7 +194,7 @@ jobs:
194194
195195 - name : Cache wxWidgets
196196 id : wxwidgets-cache
197- uses :
actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected] .1 197+ uses :
actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected] .2 198198 with :
199199 path : wxWidgets
200200 key : wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh') }}-${{ env.MACOS_VERSION }}
@@ -233,7 +233,7 @@ jobs:
233233 runs-on : macos-15
234234 needs : pack
235235 steps :
236- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1 236+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2 237237 - name : Download source archive
238238 uses :
actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected] 239239 with :
@@ -284,7 +284,7 @@ jobs:
284284 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")
285285
286286 - name : Cache wxWidgets
287- uses :
actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected] .1 287+ uses :
actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected] .2 288288 with :
289289 path : wxWidgets
290290 key : wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}
@@ -366,7 +366,7 @@ jobs:
366366 if : needs.pack.outputs.c-code-changes
367367
368368 steps :
369- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1 369+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2 370370 - uses : ./.github/actions/build-base-image
371371 with :
372372 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -394,7 +394,7 @@ jobs:
394394 fail-fast : false
395395
396396 steps :
397- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1 397+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2 398398 - uses : ./.github/actions/build-base-image
399399 with :
400400 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -405,7 +405,7 @@ jobs:
405405 runs-on : ubuntu-latest
406406 needs : pack
407407 steps :
408- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1 408+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2 409409 - uses : ./.github/actions/build-base-image
410410 with :
411411 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -447,7 +447,7 @@ jobs:
447447 runs-on : ubuntu-latest
448448 needs : pack
449449 steps :
450- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1 450+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2 451451 - uses : ./.github/actions/build-base-image
452452 with :
453453 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -476,7 +476,7 @@ jobs:
476476 # type: ["os_mon","sasl"]
477477 fail-fast : false
478478 steps :
479- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1 479+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2 480480 - uses : ./.github/actions/build-base-image
481481 with :
482482 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -525,7 +525,7 @@ jobs:
525525 if : ${{ !cancelled() }} # Run even if the need has failed
526526 needs : test
527527 steps :
528- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1 528+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2 529529 - uses : ./.github/actions/build-base-image
530530 with :
531531 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -594,7 +594,7 @@ jobs:
594594 echo "tag=${TAG}" >> $GITHUB_OUTPUT
595595 echo "vsn=${VSN}" >> $GITHUB_OUTPUT
596596
597- -
uses :
actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected] .1 597+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] .2 598598
599599 # # Publish the pre-built archive and docs
600600 - name : Download source archive
@@ -625,7 +625,7 @@ jobs:
625625 sha256sum $FILES > SHA256.txt
626626
627627 - name : Upload pre-built and doc tar archives
628- uses : softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # ratchet:softprops/action-gh-release@v2.0.8
628+ uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # ratchet:softprops/action-gh-release@v2.1.0
629629 with :
630630 name : OTP ${{ steps.tag.outputs.vsn }}
631631 files : |
0 commit comments