diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 4aa9026de5..63ce62e638 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -113,7 +113,7 @@ jobs: if: ${{ steps.platform-check.outputs.skip != 'true' }} uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6 - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'ios' }} with: ruby-version: '3.3.0' @@ -343,7 +343,7 @@ jobs: if: ${{ steps.platform-check.outputs.skip != 'true' }} run: yarn install - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'ios' }} with: ruby-version: '3.3.0' diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index 4996b64f8a..dea65bed57 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -51,7 +51,7 @@ jobs: - name: Install SDK JS Dependencies run: yarn install - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 with: ruby-version: '3.3.0' env: diff --git a/.github/workflows/sample-application-expo.yml b/.github/workflows/sample-application-expo.yml index a96f580506..1cc771444d 100644 --- a/.github/workflows/sample-application-expo.yml +++ b/.github/workflows/sample-application-expo.yml @@ -64,7 +64,7 @@ jobs: cache: 'yarn' cache-dependency-path: yarn.lock - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 with: working-directory: samples/expo ruby-version: '3.3.0' # based on what is used in the sample diff --git a/.github/workflows/sample-application.yml b/.github/workflows/sample-application.yml index 9dbe82dd68..3f12a2f813 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -73,7 +73,7 @@ jobs: cache: 'yarn' cache-dependency-path: yarn.lock - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 with: working-directory: ${{ env.REACT_NATIVE_SAMPLE_PATH }} ruby-version: '3.3.0' # based on what is used in the sample @@ -239,7 +239,7 @@ jobs: cache: 'yarn' cache-dependency-path: yarn.lock - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 with: working-directory: samples/react-native-macos ruby-version: '3.3.0' # based on what is used in the sample diff --git a/.github/workflows/size-analysis.yml b/.github/workflows/size-analysis.yml index 03a8956f51..aa2e67578d 100644 --- a/.github/workflows/size-analysis.yml +++ b/.github/workflows/size-analysis.yml @@ -108,7 +108,7 @@ jobs: cache: 'yarn' cache-dependency-path: yarn.lock - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 with: working-directory: ${{ env.REACT_NATIVE_SAMPLE_PATH }} ruby-version: '3.3.0' diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index 18546fe44c..9c75e9b6c3 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -19,7 +19,7 @@ jobs: if: ${{ needs.diff_check.outputs.skip_ci != 'true' }} steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 with: working-directory: samples/react-native ruby-version: '3.3.0' # based on what is used in the sample