Skip to content

ci: add Android-aware CodeQL analysis - #567

Merged
Anthonyy232 merged 2 commits into
masterfrom
codex/codeql-android
Jul 30, 2026
Merged

ci: add Android-aware CodeQL analysis#567
Anthonyy232 merged 2 commits into
masterfrom
codex/codeql-android

Conversation

@Anthonyy232

@Anthonyy232 Anthonyy232 commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Summary

  • add CodeQL scanning for GitHub Actions and Java/Kotlin
  • use a manual Android Gradle build because GitHub's default Java autobuild selects the nonexistent testClasses task
  • pin every workflow action to an immutable commit
  • run scans on pull requests, master pushes, and weekly
  • make the existing release workflow token read-only by default, retaining write access only for the release job

Validation

  • normal unit CI passed
  • CodeQL Actions and Java/Kotlin analysis both passed with the replacement workflow
  • the initial scan identified two medium missing-permissions findings in the release workflow; this branch fixes both

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@Anthonyy232
Anthonyy232 marked this pull request as ready for review July 30, 2026 06:04
@Anthonyy232
Anthonyy232 merged commit 3b746ad into master Jul 30, 2026
6 checks passed
@Anthonyy232
Anthonyy232 deleted the codex/codeql-android branch July 30, 2026 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants