Skip to content

Fix CodeQL “Analyze (actions)” failure by normalizing workflow filename - #24

Closed
lexjansen with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-analyze-actions-job
Closed

Fix CodeQL “Analyze (actions)” failure by normalizing workflow filename#24
lexjansen with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-analyze-actions-job

Conversation

Copilot AI commented Jun 28, 2026

Copy link
Copy Markdown

The Analyze (actions) job failed because CodeQL reported no GitHub Actions source to analyze. The repository’s workflow file used a .yaml filename while references and analysis expectations were aligned to .yml.

  • Root cause

    • CodeQL Actions analysis did not detect analyzable workflow source in the current layout.
    • The only workflow was docs.yaml, while the workflow path filter already referenced docs.yml.
  • Change made

    • Renamed the workflow file:
      • .github/workflows/docs.yaml.github/workflows/docs.yml
    • No workflow logic, triggers, permissions, or job steps were modified.
  • Why this is minimal and targeted

    • This is a filename-only normalization to make workflow discovery consistent for Actions analysis and existing path filters.
- .github/workflows/docs.yaml
+ .github/workflows/docs.yml

Copilot AI changed the title [WIP] Fix failing GitHub Actions job Analyze (actions) Fix CodeQL “Analyze (actions)” failure by normalizing workflow filename Jun 28, 2026
Copilot AI requested a review from lexjansen June 28, 2026 12:49

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@lexjansen lexjansen closed this Jun 28, 2026
@lexjansen
lexjansen deleted the copilot/fix-analyze-actions-job branch June 28, 2026 13: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.

3 participants