diff --git a/.github/workflows/algolia-doc-site-scrape.yml b/.github/workflows/algolia-doc-site-scrape.yml index 1526f082bc0..d5ee7d9a37b 100644 --- a/.github/workflows/algolia-doc-site-scrape.yml +++ b/.github/workflows/algolia-doc-site-scrape.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: fetch-depth: 0 diff --git a/.github/workflows/binary-compatibility-checks.yml b/.github/workflows/binary-compatibility-checks.yml index 596a3c0edae..0e1e0f0f2d7 100644 --- a/.github/workflows/binary-compatibility-checks.yml +++ b/.github/workflows/binary-compatibility-checks.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: # we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves fetch-depth: 0 diff --git a/.github/workflows/build-test-prValidation.yml b/.github/workflows/build-test-prValidation.yml index 595866dcf99..2ffc76e0211 100644 --- a/.github/workflows/build-test-prValidation.yml +++ b/.github/workflows/build-test-prValidation.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: # we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves fetch-depth: 0 @@ -51,7 +51,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: # we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves fetch-depth: 0 diff --git a/.github/workflows/check-samples.yml b/.github/workflows/check-samples.yml index 7655b9fd8eb..7a4b0c20493 100644 --- a/.github/workflows/check-samples.yml +++ b/.github/workflows/check-samples.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: fetch-depth: 0 diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index a979622f673..40f865e21b0 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: # we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves fetch-depth: 0 diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml index 7857f3beb8c..070e6bf1332 100644 --- a/.github/workflows/link-validator.yml +++ b/.github/workflows/link-validator.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: fetch-depth: 2000 fetch-tags: true diff --git a/.github/workflows/multi-node-aeron.yml b/.github/workflows/multi-node-aeron.yml index 69ba739e64b..e377cddd2ac 100644 --- a/.github/workflows/multi-node-aeron.yml +++ b/.github/workflows/multi-node-aeron.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: fetch-depth: 0 diff --git a/.github/workflows/multi-node.yml b/.github/workflows/multi-node.yml index a7ad5cd50ef..4ac55abaf23 100644 --- a/.github/workflows/multi-node.yml +++ b/.github/workflows/multi-node.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: fetch-depth: 0 diff --git a/.github/workflows/native-image-tests.yml b/.github/workflows/native-image-tests.yml index acec791a984..6fadc10aef3 100644 --- a/.github/workflows/native-image-tests.yml +++ b/.github/workflows/native-image-tests.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: fetch-depth: 0 diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index 6a0d260b5de..346d0f8539c 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: fetch-depth: 0 @@ -105,7 +105,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: fetch-depth: 0 @@ -205,7 +205,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: # we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves fetch-depth: 0 diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index b5860e16d28..e4571002ea9 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: # we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves fetch-depth: 0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d61d686630b..da51a3dec87 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: # we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves fetch-depth: 0 diff --git a/.github/workflows/timing-tests.yml b/.github/workflows/timing-tests.yml index d237d6d0ba2..b3e5435a39b 100644 --- a/.github/workflows/timing-tests.yml +++ b/.github/workflows/timing-tests.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: fetch-depth: 0