6868 build-c-code : ${{ steps.c-code-changes.outputs.changes != '[]' || env.FULL_BUILD_AND_CHECK == 'true' }}
6969 all : ${{ steps.apps.outputs.all }}
7070 steps :
71- -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] 71+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7272 - uses : ./.github/actions/build-base-image
7373 with :
7474 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -197,10 +197,10 @@ jobs:
197197 WXWIDGETS_VERSION : 3.2.6
198198 MACOS_VERSION : 15
199199 steps :
200- -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] 200+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
201201
202202 - name : Download source archive
203- uses :
actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected] .0 203+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
204204 with :
205205 name : otp_prebuilt
206206
@@ -246,9 +246,9 @@ jobs:
246246 needs : pack
247247 if : needs.pack.outputs.build-c-code == 'true'
248248 steps :
249- -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] 249+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
250250 - name : Download source archive
251- uses :
actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected] .0 251+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
252252 with :
253253 name : otp_prebuilt
254254
@@ -279,11 +279,11 @@ jobs:
279279 env :
280280 WXWIDGETS_VERSION : 3.2.6
281281 name : Build Erlang/OTP (Windows)
282- runs-on : windows-2022
282+ runs-on : windows-2025
283283 needs : pack
284284 if : needs.pack.outputs.build-c-code == 'true'
285285 steps :
286- - uses : Vampire/setup-wsl@3b46b44374d5d0ae94654c45d114a3ed7a0e07a8 # ratchet:Vampire/setup-wsl@v5 .0.1
286+ - uses : Vampire/setup-wsl@6a8db447be7ed35f2f499c02c6e60ff77ef11278 # v6 .0.0
287287 with :
288288 distribution : Ubuntu-18.04
289289
@@ -339,7 +339,7 @@ jobs:
339339 nmake TARGET_CPU=amd64 BUILD=release SHARED=0 DIR_SUFFIX_CPU= -f makefile.vc
340340
341341 - name : Download source archive
342- uses :
actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected] .0 342+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
343343 with :
344344 name : otp_prebuilt
345345
@@ -385,7 +385,7 @@ jobs:
385385 fail-fast : false
386386
387387 steps :
388- -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] 388+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
389389 - uses : ./.github/actions/build-base-image
390390 with :
391391 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -468,7 +468,7 @@ jobs:
468468 fail-fast : false
469469
470470 steps :
471- -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] 471+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
472472 - uses : ./.github/actions/build-base-image
473473 with :
474474 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -481,7 +481,7 @@ jobs:
481481 if : needs.pack.outputs.build-c-code == 'true'
482482 steps :
483483 - name : Download source archive
484- uses :
actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected] .0 484+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
485485 with :
486486 name : otp_prebuilt
487487 - name : Build on FreeBSD
@@ -509,7 +509,7 @@ jobs:
509509 runs-on : ubuntu-latest
510510 needs : pack
511511 steps :
512- -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] 512+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
513513 - uses : ./.github/actions/build-base-image
514514 with :
515515 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -563,7 +563,7 @@ jobs:
563563 runs-on : ubuntu-latest
564564 needs : pack
565565 steps :
566- -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] 566+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
567567 - uses : ./.github/actions/build-base-image
568568 with :
569569 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -588,7 +588,7 @@ jobs:
588588 # type: ["os_mon","sasl"]
589589 fail-fast : false
590590 steps :
591- -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] 591+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
592592 - uses : ./.github/actions/build-base-image
593593 with :
594594 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -641,12 +641,12 @@ jobs:
641641 if : ${{ !cancelled() }} # Run even if the need has failed
642642 needs : test
643643 steps :
644- -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] 644+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
645645 - uses : ./.github/actions/build-base-image
646646 with :
647647 BASE_BRANCH : ${{ env.BASE_BRANCH }}
648648 - name : Download test results
649- uses :
actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected] .0 649+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
650650 - name : Merge test results
651651 run : |
652652 shopt -s nullglob
@@ -718,13 +718,13 @@ jobs:
718718 - name : Use HTTPS instead of SSH for Git cloning
719719 run :
git config --global url.https://github.com/.insteadOf ssh://[email protected] / 720720
721- -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] 721+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
722722 - uses : ./.github/actions/build-base-image
723723 with :
724724 BASE_BRANCH : ${{ env.BASE_BRANCH }}
725725
726726 - name : Fetch Default ORT Config
727- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
727+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
728728 with :
729729 repository : oss-review-toolkit/ort-config
730730 ref : " d2978deb230beae095bb6cfec074b94f1a74fd34"
@@ -891,13 +891,13 @@ jobs:
891891 id-token : write
892892
893893 steps :
894- -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] 894+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
895895 - uses : ./.github/actions/build-base-image
896896 with :
897897 BASE_BRANCH : ${{ env.BASE_BRANCH }}
898898
899899 - name : Download SBoM
900- uses :
actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected] .0 900+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
901901 with :
902902 name : ort-results-otp-${{ env.OTP_SBOM_VERSION }}
903903
@@ -936,19 +936,19 @@ jobs:
936936 echo "tag=${TAG}" >> $GITHUB_OUTPUT
937937 echo "vsn=${VSN}" >> $GITHUB_OUTPUT
938938
939- -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected] 939+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
940940
941941 # # Publish the pre-built archive and docs
942942 - name : Download source archive
943- uses :
actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected] .0 943+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
944944 with :
945945 name : otp_prebuilt
946946 - name : Download html docs
947- uses :
actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected] .0 947+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
948948 with :
949949 name : otp_doc_html
950950 - name : Download man docs
951- uses :
actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected] .0 951+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
952952 with :
953953 name : otp_doc_man
954954
@@ -967,18 +967,18 @@ jobs:
967967 sha256sum $FILES > SHA256.txt
968968
969969 - name : Download SBoM
970- uses :
actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected] .0 970+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
971971 with :
972972 name : ort-results-otp-${{ env.OTP_SBOM_VERSION }}
973973
974974 - name : Download ORT Scan Results
975- uses :
actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected] .0 975+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
976976 with :
977977 name : ort-results-otp-${{ env.OTP_SBOM_VERSION }}-scan-result.json.zip
978978
979979 - name : Attest Distribution Assets with SBoM
980980 id : attest-sbom
981- uses : actions/attest-sbom@bd218ad0dbcb3e146bd073d1d9c6d78e08aa8a0b # v2
981+ uses : actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3
982982 with :
983983 subject-path : |
984984 artifacts/*.tar.gz
0 commit comments