Skip to content

Commit 69170ce

Browse files
authored
Merge branch 'main' into markushi/feat/anr-profiling
2 parents 3d4d952 + 951caf7 commit 69170ce

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
3737

3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # pin@v2
39+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # pin@v2
4040
with:
4141
languages: 'java'
4242

@@ -45,4 +45,4 @@ jobs:
4545
./gradlew buildForCodeQL --no-build-cache
4646
4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # pin@v2
48+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # pin@v2

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ SentryAndroid.init(
6464

6565
- Support `span` envelope item type ([#4935](https://github.com/getsentry/sentry-java/pull/4935))
6666

67+
### Dependencies
68+
69+
- Bump Native SDK from v0.12.1 to v0.12.2 ([#4944](https://github.com/getsentry/sentry-java/pull/4944))
70+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0122)
71+
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.1...0.12.2)
72+
6773
## 8.27.1
6874

6975
### Fixes

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
142142
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
143143
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
144144
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
145-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.12.1" }
145+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.12.2" }
146146
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
147147
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
148148
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)