Create Techousecodeql.yml#16
Open
djtester0013 wants to merge 14 commits into
Open
Conversation
djtester0013
commented
Nov 10, 2025
Author
Create gradle.yml
…g dependency error
- Changed build-mode from 'autobuild' to 'manual' to handle custom dependencies - Added Java JDK setup for Android Gradle builds - Added explicit Gradle build steps to compile the project - Skip tests with -x test flag to focus on compilation for code scanning
Changed from 'gradle build -x test' to 'gradle assembleDebug' which is the correct command for Android projects. The previous build was failing because it couldn't find the Android SDK on the CI runner, preventing CodeQL from analyzing any compiled Java/Kotlin code. This uses the Gradle wrapper (./gradlew) which is Android-specific and should compile the project successfully for CodeQL analysis.
…from 1.3.50 to 1.9.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.