Skip to content

ci: drop javascript-typescript from CodeQL matrix#117

Merged
skyoo2003 merged 1 commit into
mainfrom
fix/codeql-drop-js-ts
Jul 24, 2026
Merged

ci: drop javascript-typescript from CodeQL matrix#117
skyoo2003 merged 1 commit into
mainfrom
fix/codeql-drop-js-ts

Conversation

@skyoo2003

Copy link
Copy Markdown
Owner

Summary

The web frontend was extracted to a separate repo in #111, leaving no JS/TS source in this repo. CodeQL's javascript-typescript analysis then fails with "No source code was seen during the build". Analyze Go only.

Related Issue

Refs #111

Changes

  • Remove javascript-typescript from the CodeQL language matrix in .github/workflows/codeql.yml (now [go] only)

Test Plan

  • Confirmed no *.js/ts/jsx/tsx/mjs/cjs files or package.json remain in the repo
  • CodeQL / Analyze (javascript-typescript) check no longer runs

Checklist

  • Self-reviewed the code
  • Added/updated tests
  • Lint/format passes (golangci-lint run)
  • Updated documentation (if applicable)
  • Added a Changie changelog fragment for user-facing changes (changie new, see docs/release.md) — or N/A (docs/tests/chore only)

The web frontend was extracted to a separate repo in #111, leaving no
JS/TS source. CodeQL's javascript-typescript analysis then fails with
"No source code was seen during the build". Analyze Go only.
@github-actions github-actions Bot added the ci CI/CD workflows and scripts label Jul 24, 2026
@sourcery-ai

sourcery-ai Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR updates the CodeQL workflow to analyze only Go code, removing JavaScript/TypeScript from the language matrix now that the frontend has been moved to a separate repository.

File-Level Changes

Change Details Files
Restrict CodeQL analysis to Go by simplifying the language matrix.
  • Update the CodeQL job matrix to remove the javascript-typescript entry.
  • Ensure the workflow now runs CodeQL analysis only for Go sources.
.github/workflows/codeql.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@skyoo2003 skyoo2003 self-assigned this Jul 24, 2026

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@skyoo2003
skyoo2003 merged commit 0495973 into main Jul 24, 2026
8 checks passed
@skyoo2003
skyoo2003 deleted the fix/codeql-drop-js-ts branch July 24, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI/CD workflows and scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant