Skip to content

Remove custom CodeQL workflow#4

Open
mendral-app[bot] wants to merge 1 commit into
mainfrom
mendral/remove-codeql-workflow
Open

Remove custom CodeQL workflow#4
mendral-app[bot] wants to merge 1 commit into
mainfrom
mendral/remove-codeql-workflow

Conversation

@mendral-app

@mendral-app mendral-app Bot commented Jun 10, 2026

Copy link
Copy Markdown

Summary

  • Delete the custom codeql-analysis.yml workflow that conflicts with GitHub's default CodeQL setup, causing every PR to fail with "Code Scanning could not process the submitted SARIF file"
  • The default CodeQL setup already provides equivalent Go analysis coverage and runs successfully on all PRs

Context

Related insight: https://app.mendral.com/insights/01KTQQRTWG9B86BTVM7HBH45QF

The custom workflow and the default setup both produce SARIF results for Go on the same commit, and GitHub rejects the duplicate upload. Removing the custom workflow eliminates this conflict.

Note: If a scheduled daily scan (previously at cron 0 4 * * *) is desired, it can be configured in Repository Settings > Code security > Code scanning > CodeQL analysis > Schedule.


Note

Created by Mendral. Tag @mendral-app with feedback or questions.

The custom codeql-analysis.yml triggers duplicate SARIF uploads that
conflict with GitHub's default CodeQL setup (already enabled for Go),
causing every PR to fail with 'Code Scanning could not process the
submitted SARIF file'.

The default setup provides equivalent coverage for Go analysis.
@mendral-app mendral-app Bot requested a review from a team June 10, 2026 03:04
@mendral-app mendral-app Bot marked this pull request as ready for review June 10, 2026 03:07
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.

0 participants