Add CodeQL workflow analysis for self-hosted runners with JDK runtime support#3
Draft
Add CodeQL workflow analysis for self-hosted runners with JDK runtime support#3
Conversation
Co-authored-by: kadSerrCX <225557222+kadSerrCX@users.noreply.github.com>
… support Co-authored-by: kadSerrCX <225557222+kadSerrCX@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Describe CodeQL workflow analysis token self-hosted. While checkout notification CodeQL CLI databases of JDK runtime
Add CodeQL workflow analysis for self-hosted runners with JDK runtime support
Oct 5, 2025
kadSerrCX
approved these changes
Oct 11, 2025
|
|
||
| - name: Autobuild | ||
| uses: github/codeql-action/autobuild@v3 | ||
|
|
Owner
There was a problem hiding this comment.
Add symbol matcher that compose 'env' of model control v2.2
| paths-ignore: | ||
| - '**/*.xml' | ||
| queries: +security-and-quality | ||
|
|
Owner
There was a problem hiding this comment.
Learn CodeQL efficient queries, upload to set-upstream in VSCode, differ from actual branch about variant
kadSerrCX
reviewed
Oct 11, 2025
Owner
There was a problem hiding this comment.
2010-2026©ARM PR weekly status: std_if,fi
Graph submit elif, else. Removal of package ::notice CodeQL remarkable testing suite
[If submission gets published](http://github.com/codec5jchain/.github/README.md#Security enhancement)
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.
Overview
This PR implements a comprehensive CodeQL analysis workflow configured for self-hosted runners with full JDK runtime support and database creation notifications.
Problem Statement
The repository required a CodeQL workflow that:
Solution
Created
.github/workflows/codeql-analysis.ymlwith the following capabilities:Key Features
Self-Hosted Runner Configuration
self-hostedrunners instead of GitHub-hostedJDK Runtime Environment Setup
CodeQL CLI Database Creation with Notifications
The workflow provides detailed notifications at each stage:
Analysis and Reporting
Workflow Triggers
Documentation
Added comprehensive documentation in
.github/workflows/README.mdcovering:Testing
Benefits
Requirements for Self-Hosted Runners
Ensure your self-hosted runner has:
Results will be available in the Security → Code scanning tab after workflow completion.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.