Skip to content

Remove custom CodeQL workflow conflicting with default setup#10

Open
Copilot wants to merge 3 commits intomainfrom
copilot/fix-failing-workflow
Open

Remove custom CodeQL workflow conflicting with default setup#10
Copilot wants to merge 3 commits intomainfrom
copilot/fix-failing-workflow

Conversation

Copy link

Copilot AI commented Oct 28, 2025

The failing "CodeQL / Analyze (javascript)" check was caused by a custom workflow file conflicting with GitHub's default CodeQL setup. Custom workflows cannot coexist with default setup—GitHub blocks them with "action_required" status.

Changes

  • Removed .github/workflows/codeql.yml - custom workflow causing the conflict

Impact

  • Failing check eliminated (workflow file deleted)
  • Default setup continues providing CodeQL analysis for actions and javascript-typescript
  • CI and deploy workflows unaffected
Original prompt

fix the faling workflow :

Some checks were not successful
1 failing and 5 successful checks

CodeQL / Analyze (javascript) (push) Failing after 1m
Details

CodeQL / Analyze (actions) (dynamic) Successful in 40s
Details

CodeQL / Analyze (javascript-typescript) (dynamic) Successful in 1m
Details

Deploy Vite site to GitHub Pages / build (push) Successful in 52s
Details

Deploy Vite site to GitHub Pages / deploy (push) Successful in 10s
Details

Continuous Integration / quality-gate (push) Successful in 1m
Details


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copy link

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.

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.

@morningstarxcdcode morningstarxcdcode marked this pull request as ready for review October 28, 2025 17:43
Copilot AI and others added 2 commits October 28, 2025 17:46
The workflow was failing because it tried to use an advanced configuration
while the repository has CodeQL default setup enabled. Removed the
config-file reference to allow the default setup to work properly.

Co-authored-by: morningstarxcdcode <205398826+morningstarxcdcode@users.noreply.github.com>
…etup

The repository has CodeQL default setup enabled which automatically provides
code scanning. The custom workflow file was conflicting with the default setup,
causing the "action_required" status and previous failures.

Default setup already provides CodeQL analysis for:
- actions
- javascript-typescript

This fix removes the redundant custom workflow, allowing the default setup
to function properly without conflicts.

Co-authored-by: morningstarxcdcode <205398826+morningstarxcdcode@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing workflow in CodeQL analysis Remove custom CodeQL workflow conflicting with default setup Oct 28, 2025
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