Skip to content

perf(android): Replace Date with unix timestamp in SentryNanotimeDate… #2969

perf(android): Replace Date with unix timestamp in SentryNanotimeDate…

perf(android): Replace Date with unix timestamp in SentryNanotimeDate… #2969

Workflow file for this run

name: Update Dependencies
on:
# Run every day.
schedule:
- cron: '0 3 * * *'
# And on on every PR merge so we get the updated dependencies ASAP, and to make sure the changelog doesn't conflict.
push:
branches:
- main
permissions:
contents: write
pull-requests: write
actions: write
jobs:
native:
runs-on: ubuntu-latest
steps:
- uses: getsentry/github-workflows/updater@607fed74f812e69201531a5185b6c3c57caa4e89 # v3
with:
path: scripts/update-sentry-native-ndk.sh
name: Native SDK
ssh-key: ${{ secrets.CI_DEPLOY_KEY }}