Skip to content

Ensure GitHub Actions run on this branch - #1585

Merged
davidjbradshaw merged 3 commits into
devfrom
copilot/sub-pr-1570-again
Feb 11, 2026
Merged

Ensure GitHub Actions run on this branch#1585
davidjbradshaw merged 3 commits into
devfrom
copilot/sub-pr-1570-again

Conversation

Copilot AI commented Feb 11, 2026

Copy link
Copy Markdown
Contributor

This PR ensures all GitHub Actions are properly configured to run on this branch for the V6 development.

Investigation findings:

  • The repository uses GitHub's default CodeQL setup, which is mutually exclusive with custom advanced configuration workflows
  • Attempting to enable a custom CodeQL workflow caused a SARIF processing error: "CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled"

Resolution:

  • Kept the custom CodeQL workflow disabled (as codeql.yml.disable) to avoid conflicts with the default setup
  • Verified Node.js CI and ESLint workflows are properly configured and running

Current state:
All GitHub Actions now run successfully on this branch:

  • Node.js CI - Running via custom workflow
  • ESLint - Running via custom workflow
  • CodeQL - Running via GitHub's default setup (not custom workflow)

The repository maintains complete CI/CD coverage including automated security scanning, tests, and linting.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: davidjbradshaw <591634+davidjbradshaw@users.noreply.github.com>
Copilot AI changed the title [WIP] Refactor iframe-resizer monorepo for modular structure Enable CodeQL workflow and configure for dev branch Feb 11, 2026
Copilot AI requested a review from davidjbradshaw February 11, 2026 10:28
@davidjbradshaw
davidjbradshaw marked this pull request as ready for review February 11, 2026 10:28
@davidjbradshaw

Copy link
Copy Markdown
Owner

@copilot The action failed with the following error

Error: Code Scanning could not process the submitted SARIF file:

Co-authored-by: davidjbradshaw <591634+davidjbradshaw@users.noreply.github.com>

Copilot AI commented Feb 11, 2026

Copy link
Copy Markdown
Contributor Author

@copilot The action failed with the following error

...

Fixed in commit 946c2ee. The error occurred because GitHub has the default CodeQL setup enabled, which conflicts with custom advanced configuration workflows. I've disabled the custom CodeQL workflow to resolve the conflict. The repository continues to have CodeQL scanning through the default setup, plus ESLint and Node.js CI workflows running successfully.

Copilot AI changed the title Enable CodeQL workflow and configure for dev branch Ensure GitHub Actions run on this branch Feb 11, 2026
@davidjbradshaw
davidjbradshaw merged commit 0f2fbe7 into dev Feb 11, 2026
4 checks passed
@davidjbradshaw
davidjbradshaw deleted the copilot/sub-pr-1570-again branch February 11, 2026 10:34
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