Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/analyze-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v3.29.5
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

The inline version comment (# v3.29.5) doesn’t match the PR title/description, which says this backport bumps github/codeql-action from 4.34.1 to 4.35.1. Please confirm the pinned SHA corresponds to the intended 4.35.1 release and update the comment (and/or SHA) so the workflow is clearly on the expected CodeQL Action version.

Copilot uses AI. Check for mistakes.
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -74,4 +74,4 @@ jobs:
shell: pwsh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v3.29.5
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

This step is pinned to the same SHA/comment as the init step, but the version comment (# v3.29.5) conflicts with the PR’s stated goal of bumping github/codeql-action to 4.35.1. Please verify this SHA is the 4.35.1 release commit (or update the pin) and adjust the comment accordingly.

Copilot uses AI. Check for mistakes.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v3.29.5
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

The version comment (# v3.29.5) here doesn’t align with the PR title/description (bump github/codeql-action 4.34.1 → 4.35.1). Please double-check the pinned SHA is for the intended 4.35.1 release and update the comment (and/or pin) so the workflow reflects the PR’s stated version bump.

Copilot uses AI. Check for mistakes.
with:
sarif_file: results.sarif
Loading