Conversation
Signed-off-by: 3akare <bakaredavid007@gmail.com>
Signed-off-by: 3akare <bakaredavid007@gmail.com>
Signed-off-by: 3akare <bakaredavid007@gmail.com>
588d463 to
878bee0
Compare
…y' and 'feature/enable-dependabot' into feature/add-codeql-sast Signed-off-by: 3akare <bakaredavid007@gmail.com>
8f2f342 to
ab7b325
Compare
aerabi
reviewed
Oct 26, 2025
aerabi
left a comment
There was a problem hiding this comment.
Great work. Please just make the newly added jobs green. The CodeQL job is failing due to a wrong Action address.
Signed-off-by: 3akare <bakaredavid007@gmail.com>
Signed-off-by: 3akare <bakaredavid007@gmail.com>
Signed-off-by: 3akare <bakaredavid007@gmail.com>
Signed-off-by: Akarsh Sahlot <122122123+AkarshSahlot@users.noreply.github.com>
Maintains Java 8 compatibility while getting bug fixes and improvements. Keeps <source>/<target> syntax for consistency with apis-main. which will be compatible for apis-web Signed-off-by: Akarsh Sahlot <122122123+AkarshSahlot@users.noreply.github.com>
add explicit versions for assembly and antrun plugins Signed-off-by: Akarsh Sahlot <122122123+AkarshSahlot@users.noreply.github.com>
Update versions for maven-antrun and maven-assembly plugins
Upgrade CI actions and split build steps Signed-off-by: 3akare <bakaredavid007@gmail.com>
- Add JDK 17 setup and Maven cache to CI workflow - Clone and install apis-bom and apis-common before building - Build apis-main with Maven (-DskipTests) - Bump pom.xml version from 3.4.1 to 3.0.0 Signed-off-by: 3akare <bakaredavid007@gmail.com>
d8cd6ca to
1129699
Compare
Signed-off-by: 3akare <bakaredavid007@gmail.com>
Signed-off-by: 3akare <bakaredavid007@gmail.com>
Install Groovy in CI workflows Signed-off-by: 3akare <bakaredavid007@gmail.com>
Signed-off-by: 3akare <bakaredavid007@gmail.com>
Signed-off-by: 3akare <bakaredavid007@gmail.com>
b2bfac8 to
734844b
Compare
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.
Closes #13
Implements Static Application Security Testing (SAST) using GitHub's CodeQL by adding the .github/workflows/codeql-analysis.yml file.
The workflow is configured for the Java language and runs automatically on all pushes, pull requests, and a weekly schedule. It analyzes the codebase for security vulnerabilities and uploads the results to the repository's security tab.
This action addresses and resolves the SAST (0/10) metric.