Skip to content

Commit

Permalink
Update CodeQL for sentry-java 8.x (#3819)
Browse files Browse the repository at this point in the history
With 8.x we won't have sentry-native as a submodule anymore, thus there's no need to run cpp codeql.
  • Loading branch information
markushi authored Oct 24, 2024
1 parent 5b8c172 commit 83e1bd2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:

strategy:
fail-fast: false
matrix:
language: ['cpp', 'java']

steps:
- name: Checkout Repo
Expand All @@ -45,12 +43,7 @@ jobs:
with:
languages: ${{ matrix.language }}

- if: matrix.language == 'cpp'
name: Build Cpp
run: |
./gradlew sentry-android-ndk:buildCMakeRelWithDebInfo
- if: matrix.language == 'java'
name: Build Java
- name: Build Java
run: |
./gradlew buildForCodeQL
Expand Down

0 comments on commit 83e1bd2

Please sign in to comment.