Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/gradle/actions-cdb…
Browse files Browse the repository at this point in the history
…babd09cff07936e1c9dbe8c9d4b6ac2ef7156
  • Loading branch information
stefanosiano authored Jul 2, 2024
2 parents 554fd28 + 25f1ca4 commit b91681e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agp-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

# We tried to use the cache action to cache gradle stuff, but it made tests slower and timeout
- name: Run instrumentation tests
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 # pin@v2
uses: reactivecircus/android-emulator-runner@77986be26589807b8ebab3fde7bbf5c60dabec32 # pin@v2
with:
api-level: 30
force-avd-creation: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: make preMerge

- name: Upload coverage to Codecov
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # pin@v4
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v4
with:
name: sentry-java
fail_ci_if_error: false
Expand Down

0 comments on commit b91681e

Please sign in to comment.