Skip to content

ci(codeql): scan GitHub Actions workflows instead of absent JS/TS#49

Closed
hyperpolymath wants to merge 1 commit into
mainfrom
claude/codeql-actions-scan
Closed

ci(codeql): scan GitHub Actions workflows instead of absent JS/TS#49
hyperpolymath wants to merge 1 commit into
mainfrom
claude/codeql-actions-scan

Conversation

@hyperpolymath

@hyperpolymath hyperpolymath commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Superseded by #48

The CodeQL fix (language: actions instead of javascript-typescript) has been merged into #48's branch. Closing this PR as superseded — the fix lands on main via #48.

Original fix: Switch CodeQL matrix from javascript-typescript to actions, which scans the GitHub Actions workflow YAML that actually exists in this repo. Turns a permanently-erroring job into a meaningful security check.


Originally generated by Claude Code.

The CodeQL javascript-typescript analysis failed with a configuration error
("Only found JavaScript or TypeScript files that were empty or contained syntax
errors" / "could not process any code"). The repository has no JS/TS source --
the estate language policy bans TypeScript and only JSON config files exist --
so the extractor sees no code and the job errors out.

Switch the analysis language to `actions`, which scans the GitHub Actions
workflow YAML that does exist in this repo, turning a broken job into a
meaningful security check.
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

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