Skip to content

security: add CodeQL and Actions dependency updates - #2

Merged
mkarson1997 merged 3 commits into
mainfrom
chore/security-automation
Sep 5, 2026
Merged

security: add CodeQL and Actions dependency updates#2
mkarson1997 merged 3 commits into
mainfrom
chore/security-automation

Conversation

@mkarson1997

@mkarson1997 mkarson1997 commented Sep 5, 2026

Copy link
Copy Markdown
Owner

Adds CodeQL security-extended analysis for the Python validation surface, weekly Dependabot coverage for GitHub Actions, and scopes the existing ML portfolio validation workflow to job-level read permissions.

Summary by Sourcery

Strengthen repository security scanning, automate GitHub Actions dependency updates, and minimize workflow permissions.

New Features:

  • Add scheduled CodeQL security-extended analysis for Python on pushes and pull requests targeting main.
  • Add weekly Dependabot updates for GitHub Actions dependencies.

Enhancements:

  • Scope repository validation workflow permissions to the validation job with read-only contents access.

Copilot AI lite review requested due to automatic review settings September 5, 2026 12:09

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@sourcery-ai

sourcery-ai Bot commented Sep 5, 2026

Copy link
Copy Markdown

Reviewer's Guide

Introduces scheduled and PR-triggered CodeQL security-extended analysis for Python, enables weekly Dependabot coverage for GitHub Actions, and narrows the existing quality workflow's repository read permission to the job that requires it.

File-Level Changes

Change Details Files
Adds automated CodeQL security scanning for the Python validation surface.
  • Runs on main pushes, pull requests, and a weekly schedule.
  • Uses CodeQL security-extended queries with scoped read and security-events write permissions.
  • Pins checkout and CodeQL action integrations to major versions and limits analysis runtime.
.github/workflows/codeql.yml
Adds weekly Dependabot updates for GitHub Actions dependencies.
  • Scans Actions declared from the repository root.
  • Limits open Dependabot pull requests to five.
.github/dependabot.yml
Scopes workflow permissions to the validation job.
  • Moves contents read access from workflow scope to validate-repository job scope.
.github/workflows/quality.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

@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.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

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 assessment

Approved.


Sourcery is free for open source - if you like our reviews please consider sharing them ✨

@mkarson1997
mkarson1997 merged commit a3935fc into main Sep 5, 2026
4 checks passed
@mkarson1997
mkarson1997 deleted the chore/security-automation branch September 5, 2026 12:10
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