Skip to content

Commit 83e1bd2

Browse files
authored
Update CodeQL for sentry-java 8.x (#3819)
With 8.x we won't have sentry-native as a submodule anymore, thus there's no need to run cpp codeql.
1 parent 5b8c172 commit 83e1bd2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020

2121
strategy:
2222
fail-fast: false
23-
matrix:
24-
language: ['cpp', 'java']
2523

2624
steps:
2725
- name: Checkout Repo
@@ -45,12 +43,7 @@ jobs:
4543
with:
4644
languages: ${{ matrix.language }}
4745

48-
- if: matrix.language == 'cpp'
49-
name: Build Cpp
50-
run: |
51-
./gradlew sentry-android-ndk:buildCMakeRelWithDebInfo
52-
- if: matrix.language == 'java'
53-
name: Build Java
46+
- name: Build Java
5447
run: |
5548
./gradlew buildForCodeQL
5649

0 commit comments

Comments
 (0)