Skip to content

Add advanced CodeQL workflow for analysis - #124

Merged
lisagorewitdecker merged 2 commits into
devfrom
lisagorewitdecker-patch-2
Aug 17, 2026
Merged

Add advanced CodeQL workflow for analysis#124
lisagorewitdecker merged 2 commits into
devfrom
lisagorewitdecker-patch-2

Conversation

@lisagorewitdecker

Copy link
Copy Markdown
Owner

No description provided.

Signed-off-by: lisagorewitdecker <50784106+lisagorewitdecker@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings August 17, 2026 19:33
@lisagorewitdecker

Copy link
Copy Markdown
Owner Author

@copilot fix all security vulnerabilities associated with this PR, please.

Copilot AI 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.

Pull request overview

Adds a new GitHub Actions workflow to run “advanced” CodeQL code scanning as part of the repo’s security automation.

Changes:

  • Introduces a new CodeQL workflow (codeql-advanced.yml) configured for push/PR and scheduled runs.
  • Expands the CodeQL language matrix to include actions alongside javascript-typescript.
  • Uses a newer actions/checkout major version in this workflow.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/workflows/codeql-advanced.yml Outdated
Comment thread .github/workflows/codeql-advanced.yml Outdated
Comment thread .github/workflows/codeql-advanced.yml Outdated
…kout version, use unique SARIF category

Co-authored-by: lisagorewitdecker <50784106+lisagorewitdecker@users.noreply.github.com>

Copilot AI commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

@copilot fix all security vulnerabilities associated with this PR, please.

Fixed in commit Fix codeql-advanced.yml: rename workflow, target dev branch, fix checkout version, use unique SARIF category. The following issues were addressed:

  • Duplicate workflow name: Renamed to "CodeQL Advanced Analysis" to distinguish it from codeql.yml in the Actions UI.
  • Wrong target branch: Changed developmentdev so push/PR events actually trigger this workflow.
  • Invalid action version: Fixed actions/checkout@v7 (non-existent) to @v4.
  • SARIF category collision: Changed category from /language:<lang> to advanced/language:<lang> so uploads from this workflow don't overwrite results from codeql.yml.

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