Skip to content

[release/v7.6.1] Bump github/codeql-action from 4.32.6 to 4.34.1#27182

Merged
adityapatwardhan merged 1 commit into
PowerShell:release/v7.6.1from
adityapatwardhan:backport/release/v7.6.1/27087-c11d72116
Apr 3, 2026
Merged

[release/v7.6.1] Bump github/codeql-action from 4.32.6 to 4.34.1#27182
adityapatwardhan merged 1 commit into
PowerShell:release/v7.6.1from
adityapatwardhan:backport/release/v7.6.1/27087-c11d72116

Conversation

@adityapatwardhan
Copy link
Copy Markdown
Member

Backport of #27087 to release/v7.6.1

Triggered by @adityapatwardhan 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 workflow action SHAs on the release branch to the same vetted version as main, maintaining CI/security scanning consistency.

Customer Impact

  • Customer reported
  • Found internally

Regression

REQUIRED: Check exactly one box.

  • Yes
  • No

This is not a regression.

Testing

Cherry-picked PR #27087 onto release/v7.6.1 and verified the cherry-pick completed successfully with no conflicts. Only the expected workflow action references changed.

Risk

REQUIRED: Check exactly one box.

  • High
  • Medium
  • Low

The change is a targeted workflow dependency SHA update with no product/runtime code changes; scope is limited to code scanning workflows.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@adityapatwardhan adityapatwardhan added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Apr 2, 2026
@adityapatwardhan adityapatwardhan requested a review from a team as a code owner April 2, 2026 23:54
Copilot AI review requested due to automatic review settings April 2, 2026 23:55
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

Backports the Dependabot update from #27087 onto release/v7.6.1, updating the pinned github/codeql-action commit SHAs used by the CodeQL/Scorecards workflows to keep security scanning dependencies aligned with main.

Changes:

  • Update github/codeql-action/init and github/codeql-action/analyze pinned SHA in the reusable CodeQL workflow.
  • Update github/codeql-action/upload-sarif pinned SHA in the Scorecards workflow.

Reviewed changes

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

File Description
.github/workflows/scorecards.yml Bumps the pinned upload-sarif action SHA used to upload SARIF results.
.github/workflows/analyze-reusable.yml Bumps the pinned init and analyze action SHAs used for CodeQL analysis.

Comment on lines 69 to 71
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.29.5
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v3.29.5
with:
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 PR title/description says this updates github/codeql-action to 4.34.1, but the pinned reference comment still says # v3.29.5. Please update the inline version comment (and ensure it matches the pinned SHA/tag) so the workflow accurately reflects what Dependabot is bumping to.

Copilot uses AI. Check for mistakes.
Comment on lines 48 to 51
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.29.5
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v3.29.5
with:
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 PR title/description says this updates github/codeql-action to 4.34.1, but the pinned reference comment still says # v3.29.5. Please update the inline version comment (and ensure it matches the pinned SHA/tag) to avoid confusion when auditing action versions.

Copilot uses AI. Check for mistakes.
Comment on lines 75 to +77

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.29.5
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # 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 PR title/description says this updates github/codeql-action to 4.34.1, but the pinned reference comment still says # v3.29.5. Please update the inline version comment (and ensure it matches the pinned SHA/tag) so reviewers can confirm the intended action version.

Copilot uses AI. Check for mistakes.
@adityapatwardhan adityapatwardhan merged commit d72d402 into PowerShell:release/v7.6.1 Apr 3, 2026
47 of 49 checks passed
@adityapatwardhan adityapatwardhan deleted the backport/release/v7.6.1/27087-c11d72116 branch April 3, 2026 16:27
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