diff --git a/.github/actions/setup-android-build/action.yml b/.github/actions/setup-android-build/action.yml index 83f3acd8c2e..7a91dd48da4 100644 --- a/.github/actions/setup-android-build/action.yml +++ b/.github/actions/setup-android-build/action.yml @@ -12,7 +12,7 @@ runs: uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0 - name: Configure Ruby - uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0 + uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 with: bundler-cache: true diff --git a/.github/workflows/publish-store.yml b/.github/workflows/publish-store.yml index d770f772ddd..189c6a8db7a 100644 --- a/.github/workflows/publish-store.yml +++ b/.github/workflows/publish-store.yml @@ -77,7 +77,7 @@ jobs: with: persist-credentials: false - name: Configure Ruby - uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0 + uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 with: bundler-cache: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bce6940e705..293fac24249 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,7 +89,7 @@ jobs: - name: Upload to codecov.io if: always() && matrix.group != 'static-analysis' && (github.event_name == 'push' || github.event_name == 'pull_request') - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 continue-on-error: true with: os: linux @@ -120,7 +120,7 @@ jobs: steps: - name: Notify Codecov that all uploads are complete id: codecov-notify - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 continue-on-error: true with: run_command: send-notifications