Skip to content

Fix CodeQL on GitHub Actions#31

Merged
macrat merged 1 commit intomainfrom
fix-codeql
Sep 4, 2025
Merged

Fix CodeQL on GitHub Actions#31
macrat merged 1 commit intomainfrom
fix-codeql

Conversation

@macrat
Copy link
Copy Markdown
Owner

@macrat macrat commented Sep 4, 2025

No description provided.

Copilot AI review requested due to automatic review settings September 4, 2025 00:22
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes CodeQL analysis in GitHub Actions by moving the CodeQL job from the reusable test workflow to the specific trigger workflows, ensuring CodeQL runs on all relevant events.

  • Removes CodeQL job from the shared test.yaml workflow
  • Adds CodeQL job to on-push-main.yaml and on-pull-request.yaml workflows
  • Updates on-release.yaml to include CodeQL job and adds it as a dependency for the release job

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/test.yaml Removes the CodeQL analyze job from the reusable test workflow
.github/workflows/on-release.yaml Adds CodeQL job and updates release dependencies
.github/workflows/on-push-main.yaml Adds CodeQL job for main branch pushes
.github/workflows/on-pull-request.yaml Adds CodeQL job for pull request analysis

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread .github/workflows/on-release.yaml
@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.89%. Comparing base (aac2c74) to head (babd914).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #31   +/-   ##
=======================================
  Coverage   87.89%   87.89%           
=======================================
  Files          74       74           
  Lines        6466     6466           
=======================================
  Hits         5683     5683           
  Misses        644      644           
  Partials      139      139           

☔ 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.

@macrat macrat merged commit b026ea7 into main Sep 4, 2025
5 checks passed
@macrat macrat deleted the fix-codeql branch September 4, 2025 00:25
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