Skip to content

[release/v7.6] Bump github/codeql-action from 4.32.4 to 4.32.6#26975

Merged
daxian-dbw merged 2 commits intoPowerShell:release/v7.6from
daxian-dbw:backport/release/v7.6/26942-2c14e1147
Mar 9, 2026
Merged

[release/v7.6] Bump github/codeql-action from 4.32.4 to 4.32.6#26975
daxian-dbw merged 2 commits intoPowerShell:release/v7.6from
daxian-dbw:backport/release/v7.6/26942-2c14e1147

Conversation

@daxian-dbw
Copy link
Member

Backport of #26942 to release/v7.6

Triggered by @daxian-dbw on behalf of @app/dependabot

Original CL Label: CL-BuildPackaging

/cc @PowerShell/powershell-maintainers

Impact

REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.

Tooling Impact

  • Required tooling change
  • Optional tooling change (include reasoning)

Updates CodeQL action to v4.32.6, bringing latest CodeQL bundle (v2.24.3) with improved incremental analysis and bug fixes for code security scanning.

Customer Impact

  • Customer reported
  • Found internally

Regression

REQUIRED: Check exactly one box.

  • Yes
  • No

This is not a regression.

Testing

Automated dependabot update validated in master branch. No functional changes to code analysis workflows, only dependency version updates. Conflicts auto-resolved using git rerere from similar backport patterns.

Risk

REQUIRED: Check exactly one box.

  • High
  • Medium
  • Low

Low risk as this is a patch version bump of the CodeQL action (4.32.4 to 4.32.6). Updates include CodeQL bundle to v2.24.3, improved incremental analysis features, and bug fixes. No breaking changes or significant behavior modifications.

Merge Conflicts

Merge conflicts in .github/workflows/analyze-reusable.yml and .github/workflows/scorecards.yml were auto-resolved by git rerere using previous resolutions.

Copilot AI review requested due to automatic review settings March 9, 2026 22:35
@daxian-dbw daxian-dbw requested a review from jshigetomi as a code owner March 9, 2026 22:35
@daxian-dbw daxian-dbw added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Mar 9, 2026
@daxian-dbw daxian-dbw requested a review from a team as a code owner March 9, 2026 22:35
@daxian-dbw daxian-dbw added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Mar 9, 2026
Copy link
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

Backports a Dependabot update on the release/v7.6 branch to bump the pinned github/codeql-action commit used by the CodeQL and Scorecards workflows.

Changes:

  • Update github/codeql-action pinned SHA for CodeQL init/analyze in the reusable analysis workflow.
  • Update github/codeql-action pinned SHA for SARIF upload in the Scorecards workflow.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/analyze-reusable.yml Updates pinned github/codeql-action SHA for init and analyze.
.github/workflows/scorecards.yml Updates pinned github/codeql-action SHA for upload-sarif.

Comment on lines 49 to 51
- name: Initialize CodeQL
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.29.5
with:
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

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

The pinned commit SHA was updated but the inline version comment still says v3.29.5. Please update the comment to match the actual github/codeql-action version being pinned (the PR metadata indicates a bump to 4.32.6), or switch to using the version tag if that’s what you intend to track; otherwise this is misleading for audits.

Copilot uses AI. Check for mistakes.
Comment on lines 69 to 71
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.29.5
with:
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

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

The upload-sarif action SHA changed, but the inline comment still states v3.29.5. Please update the comment to reflect the actual version you’re pinning (per PR title/description), otherwise it will be confusing during security review/version audits.

Copilot uses AI. Check for mistakes.
@daxian-dbw daxian-dbw merged commit f76a9f1 into PowerShell:release/v7.6 Mar 9, 2026
35 checks passed
@daxian-dbw daxian-dbw deleted the backport/release/v7.6/26942-2c14e1147 branch March 9, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants