Skip to content

On branch edburns/1511-codeql-quality-and-security#1566

Merged
edburns merged 1 commit into
mainfrom
edburns/1511-codeql-quality-and-security
Jun 3, 2026
Merged

On branch edburns/1511-codeql-quality-and-security#1566
edburns merged 1 commit into
mainfrom
edburns/1511-codeql-quality-and-security

Conversation

@edburns
Copy link
Copy Markdown
Collaborator

@edburns edburns commented Jun 3, 2026

modified: .github/workflows/codeql.yml

Per @jketema , CodeQL handles Quality and Security. Use this custom config to do both.

modified:   .github/workflows/codeql.yml

Per @jketema , CodeQL handles Quality and Security. Use this custom config to do both.
Copilot AI review requested due to automatic review settings June 3, 2026 22:24
@edburns edburns requested a review from a team as a code owner June 3, 2026 22:24
@edburns edburns merged commit 48f0ce2 into main Jun 3, 2026
11 checks passed
@edburns edburns deleted the edburns/1511-codeql-quality-and-security branch June 3, 2026 22:26
Copy link
Copy Markdown
Contributor

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

Updates the repository’s CodeQL GitHub Actions workflow to run both security and code-quality queries, while also switching third-party actions to commit-SHA pinning for more deterministic builds.

Changes:

  • Pin actions/checkout and dorny/paths-filter to specific commit SHAs.
  • Update CodeQL actions usage to a commit-pinned reference and configure queries: security-and-quality.
  • Pin upload-sarif for the “empty SARIF” path to the same CodeQL action reference.
Show a summary per file
File Description
.github/workflows/codeql.yml Pins actions to commit SHAs and configures CodeQL to run the security-and-quality query suite.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 4


- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@a6fd1787519fd23e68309fad43738e41a6ff2a9d # v4

- name: Autobuild
uses: github/codeql-action/autobuild@v3
uses: github/codeql-action/autobuild@a6fd1787519fd23e68309fad43738e41a6ff2a9d # v4

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@a6fd1787519fd23e68309fad43738e41a6ff2a9d # v4

- name: Upload empty SARIF
uses: github/codeql-action/upload-sarif@v3
uses: github/codeql-action/upload-sarif@a6fd1787519fd23e68309fad43738e41a6ff2a9d # v4
@edburns
Copy link
Copy Markdown
Collaborator Author

edburns commented Jun 3, 2026

Fixes #1511 .

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.

2 participants