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@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.29.5
with:
Comment on lines 48 to 51
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

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

PR title/description says this backport bumps github/codeql-action from 4.32.4 to 4.32.6, but this line is annotated as v3.29.5. Please confirm the pinned SHA corresponds to v4.32.6 and update the inline version comment accordingly (or adjust PR metadata if v3.29.5 is actually intended).

Copilot uses AI. Check for mistakes.
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@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.29.5
Comment on lines 75 to +77
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

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

PR title/description says this backport bumps github/codeql-action from 4.32.4 to 4.32.6, but this line is still annotated as v3.29.5. Please confirm the pinned SHA corresponds to v4.32.6 and update the inline version comment accordingly (or adjust PR metadata if v3.29.5 is actually intended).

Copilot uses AI. Check for mistakes.
4 changes: 2 additions & 2 deletions .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@f72882a05ba58122a44b17f2fce8fb50e5c79a59 # v2.25.0
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.29.5
with:
Comment on lines 68 to 71
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

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

PR title/description says this backport bumps github/codeql-action from 4.32.4 to 4.32.6, but this step is annotated as v3.29.5 (and the previous pin was v2.25.0). Please confirm the pinned SHA corresponds to v4.32.6 and update the inline version comment accordingly (or adjust PR metadata if v3.29.5 is actually intended).

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