Skip to content

fix: correct paths-ignore syntax in codeql.yml#48

Merged
Faustze merged 1 commit into
mainfrom
fix/codeql-yaml-syntax
Jul 13, 2026
Merged

fix: correct paths-ignore syntax in codeql.yml#48
Faustze merged 1 commit into
mainfrom
fix/codeql-yaml-syntax

Conversation

@Faustze

@Faustze Faustze commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

Summary

PR #46 merged into main before its follow-up fix for an invalid paths-ignore syntax landed — with: inputs must be plain strings, and a YAML sequence there breaks the workflow ("A sequence was not expected"), so CodeQL has been failing on main since the merge. This restores the working syntax (newline-separated string, as codeql-action expects).

Test plan

  • YAML validated
  • CodeQL check passes on this PR

Action inputs under with: must be strings, not a YAML sequence — this
slipped into main via #46 before the syntax fix landed, breaking the
CodeQL workflow ("A sequence was not expected"). codeql-action expects
paths-ignore as a newline-separated string.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@Faustze
Faustze merged commit cd32161 into main Jul 13, 2026
6 checks passed
@Faustze
Faustze deleted the fix/codeql-yaml-syntax branch July 13, 2026 07:25
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.

1 participant