Skip to content

Conversation

@hspaans
Copy link
Owner

@hspaans hspaans commented Jul 16, 2025

No description provided.

@hspaans hspaans requested a review from Copilot July 16, 2025 22:13
@hspaans hspaans self-assigned this Jul 16, 2025

This comment was marked as outdated.

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@hspaans hspaans requested a review from Copilot July 16, 2025 22:23
Copy link

Copilot AI left a comment

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 GitHub Actions workflow to perform CodeQL analysis on the repository.

  • Introduces .github/workflows/codeql.yml with triggers for push, pull requests, and a weekly schedule.
  • Configures a matrix to analyze GitHub Actions workflows using the CodeQL init and analyze actions.
  • Sets up appropriate runners, permissions, and a manual build stub for compiled languages.
Comments suppressed due to low confidence (1)

.github/workflows/codeql.yml:17

  • The workflow is set to trigger on the master branch, but if your default branch is main, these events won’t run. Update the branches under push and pull_request to match your repository’s default branch.
    branches: ["master"]

@hspaans hspaans merged commit 4e18b05 into master Jul 16, 2025
4 checks passed
@hspaans hspaans deleted the hspaans-patch-1 branch July 16, 2025 22:24
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