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/checkout@ v4.2.2
71+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
7272 - uses : ./.github/actions/build-base-image
7373 with :
7474 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -106,14 +106,14 @@ jobs:
106106 with :
107107 filters : .github/scripts/c-code-path-filters.yaml
108108 - name : Cache pre-built src
109- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
109+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
110110 with :
111111 path : otp_src.tar.gz
112112 key : prebuilt-src-${{ github.ref_name }}-${{ github.sha }}
113113 restore-keys : |
114114 prebuilt-src-${{ github.base_ref }}-${{ github.event.pull_request.base.sha }}
115115 - name : Cache pre-built binaries
116- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
116+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
117117 with :
118118 path : otp_cache.tar.gz
119119 key : prebuilt-cache-64-bit-${{ github.ref_name }}-${{ github.sha }}
@@ -197,7 +197,7 @@ jobs:
197197 WXWIDGETS_VERSION : 3.2.8.1
198198 MACOS_VERSION : 15
199199 steps :
200- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
200+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
201201
202202 - name : Download source archive
203203 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4.3.0
@@ -206,7 +206,7 @@ jobs:
206206
207207 - name : Cache wxWidgets
208208 id : wxwidgets-cache
209- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
209+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
210210 with :
211211 path : wxWidgets
212212 key : wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh') }}-${{ env.MACOS_VERSION }}
@@ -246,7 +246,7 @@ jobs:
246246 needs : pack
247247 if : needs.pack.outputs.build-c-code == 'true'
248248 steps :
249- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
249+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
250250 - name : Download source archive
251251 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4.3.0
252252 with :
@@ -297,7 +297,7 @@ jobs:
297297 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")
298298
299299 - name : Cache wxWidgets
300- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
300+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
301301 with :
302302 path : wxWidgets
303303 key : wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}
@@ -385,7 +385,7 @@ jobs:
385385 fail-fast : false
386386
387387 steps :
388- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
388+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
389389 - uses : ./.github/actions/build-base-image
390390 with :
391391 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -464,7 +464,7 @@ jobs:
464464 outputs :
465465 vendor-files : ${{ steps.vendor-files.outputs.MODIFIED_FILES != '0' }}
466466 steps :
467- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
467+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
468468 with :
469469 fetch-depth : 0
470470 - name : Get modified vendor files
@@ -503,7 +503,7 @@ jobs:
503503 fail-fast : false
504504
505505 steps :
506- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
506+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
507507 - uses : ./.github/actions/build-base-image
508508 with :
509509 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -520,7 +520,7 @@ jobs:
520520 with :
521521 name : otp_prebuilt
522522 - name : Build on FreeBSD
523- uses : vmactions/freebsd-vm@966989c456d41351f095a421f60e71342d3bce41 # v1
523+ uses : vmactions/freebsd-vm@c54ba3b62f49de9b67a2f3af017ab6152f0ebb6f # v1
524524 with :
525525 usesh : true
526526 copyback : false
@@ -544,7 +544,7 @@ jobs:
544544 runs-on : ubuntu-latest
545545 needs : pack
546546 steps :
547- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
547+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
548548 - uses : ./.github/actions/build-base-image
549549 with :
550550 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -598,7 +598,7 @@ jobs:
598598 runs-on : ubuntu-latest
599599 needs : pack
600600 steps :
601- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
601+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
602602 - uses : ./.github/actions/build-base-image
603603 with :
604604 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -623,7 +623,7 @@ jobs:
623623 # type: ["os_mon","sasl"]
624624 fail-fast : false
625625 steps :
626- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
626+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
627627 - uses : ./.github/actions/build-base-image
628628 with :
629629 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -676,7 +676,7 @@ jobs:
676676 if : ${{ !cancelled() }} # Run even if the need has failed
677677 needs : test
678678 steps :
679- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
679+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
680680 - uses : ./.github/actions/build-base-image
681681 with :
682682 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -753,13 +753,13 @@ jobs:
753753 - name : Use HTTPS instead of SSH for Git cloning
754754 run : git config --global url.https://github.com/.insteadOf ssh://git@github.com/
755755
756- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
756+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
757757 - uses : ./.github/actions/build-base-image
758758 with :
759759 BASE_BRANCH : ${{ env.BASE_BRANCH }}
760760
761761 - name : Fetch Default ORT Config
762- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4
762+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
763763 with :
764764 repository : oss-review-toolkit/ort-config
765765 ref : " d2978deb230beae095bb6cfec074b94f1a74fd34"
@@ -790,7 +790,7 @@ jobs:
790790 run : ln -s analyzer-result.json $HOME/.ort/ort-results/current-result.json
791791
792792 - name : Restore ORT Scanner cache
793- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache/restore@v4
793+ uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # ratchet:actions/cache/restore@v4
794794 id : ort-cache
795795 if : ${{ env.FULL_BUILD_AND_CHECK == 'false' }}
796796 with :
@@ -867,7 +867,7 @@ jobs:
867867 sw-version : ${{ env.OTP_SBOM_VERSION }}
868868
869869 - name : Save ORT Scanner cache
870- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache/save@v4
870+ uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # ratchet:actions/cache/save@v4
871871 if : steps.ort-cache.outputs.cache-hit != 'true'
872872 with :
873873 path : ${{ env.SCAN_RESULT_CACHE_PATH }}
@@ -926,7 +926,7 @@ jobs:
926926 contents : write
927927 id-token : write
928928 steps :
929- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
929+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
930930 - uses : ./.github/actions/build-base-image
931931 with :
932932 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -950,7 +950,7 @@ jobs:
950950 #
951951 - name : Upload SBOM to Github Dependency API
952952 if : github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
953- uses : advanced-security/spdx-dependency-submission-action@5530bab9ee4bbe66420ce8280624036c77f89746 # ratchet:advanced-security/spdx-dependency-submission-action@ v0.1.1
953+ uses : advanced-security/spdx-dependency-submission-action@f957edbb35161c1f9e33f61026fc86a671c58cae # v0.1.2
954954
955955 # # If this is an "OTP-*" tag that has been pushed we do some release work
956956 release :
@@ -977,7 +977,7 @@ jobs:
977977 echo "tag=${TAG}" >> $GITHUB_OUTPUT
978978 echo "vsn=${VSN}" >> $GITHUB_OUTPUT
979979
980- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
980+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
981981
982982 # # Publish the pre-built archive and docs
983983 - name : Download source archive
@@ -1047,7 +1047,7 @@ jobs:
10471047 path : " attestations/*.sigstore"
10481048
10491049 - name : Upload pre-built and doc tar archives
1050- uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
1050+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
10511051 with :
10521052 name : OTP ${{ steps.tag.outputs.vsn }}
10531053 files : |
0 commit comments