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@0cd283ca698d48b59cda444a9948f48a30709627 # 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"
@@ -925,7 +925,7 @@ jobs:
925925 contents : write
926926 id-token : write
927927 steps :
928- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
928+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
929929 - uses : ./.github/actions/build-base-image
930930 with :
931931 BASE_BRANCH : ${{ env.BASE_BRANCH }}
@@ -976,7 +976,7 @@ jobs:
976976 echo "tag=${TAG}" >> $GITHUB_OUTPUT
977977 echo "vsn=${VSN}" >> $GITHUB_OUTPUT
978978
979- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4.2.2
979+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
980980
981981 # # Publish the pre-built archive and docs
982982 - name : Download source archive
@@ -1046,7 +1046,7 @@ jobs:
10461046 path : " attestations/*.sigstore"
10471047
10481048 - name : Upload pre-built and doc tar archives
1049- uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
1049+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
10501050 with :
10511051 name : OTP ${{ steps.tag.outputs.vsn }}
10521052 files : |
0 commit comments