Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
java-version: '17'
distribution: "adopt"
- name: Gradle cache
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6
- name: Install Dependencies
run: yarn install
- name: Codegen
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Gradle cache
if: ${{ steps.platform-check.outputs.skip != 'true' }}
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6

- uses: ruby/setup-ruby@v1
if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'ios' }}
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:

- name: Gradle cache
if: ${{ steps.platform-check.outputs.skip != 'true' }}
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6

- name: Setup Global Tools
if: ${{ steps.platform-check.outputs.skip != 'true' }}
Expand Down Expand Up @@ -465,7 +465,7 @@ jobs:

- name: Gradle cache
if: ${{ steps.platform-check.outputs.skip != 'true' }}
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6

- name: Setup KVM
if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'android' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
distribution: 'adopt'

- name: Gradle cache
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6

- name: Run unit tests
working-directory: packages/core/RNSentryAndroidTester
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sample-application-expo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
distribution: 'adopt'

- name: Gradle cache
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6

- name: Install SDK Dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sample-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
distribution: 'adopt'

- name: Gradle cache
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6

- name: Install SDK Dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
distribution: 'adopt'

- name: Gradle cache
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6

- name: Install SDK Dependencies
run: yarn install
Expand Down
Loading