Skip to content

chore: perform CodeQL scan on actions #6309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vil02
Copy link
Member

@vil02 vil02 commented Jun 22, 2025

This PR configures the CodeQL scan to take care of the potential vulnerabilities in the github actions. When this will be merged, 5 security alerts will be created in security/code-scanning. I will take cake of them (they are all related to setting permissions, the fix is similar to vil02/adv_2024#184).

Continuation of #4966.

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.17%. Comparing base (13d8a28) to head (430fc3c).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6309      +/-   ##
============================================
+ Coverage     74.14%   74.17%   +0.03%     
- Complexity     5360     5362       +2     
============================================
  Files           678      678              
  Lines         18686    18686              
  Branches       3625     3625              
============================================
+ Hits          13854    13860       +6     
+ Misses         4275     4272       -3     
+ Partials        557      554       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vil02 vil02 marked this pull request as ready for review June 22, 2025 09:55
@vil02
Copy link
Member Author

vil02 commented Jun 22, 2025

Regarding infer: should we... disable it for now?

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