Skip to content

build(deps): bump github/codeql-action from 4.37.1 to 4.37.3 - #8003

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github/codeql-action-4.37.3
Closed

build(deps): bump github/codeql-action from 4.37.1 to 4.37.3#8003
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github/codeql-action-4.37.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps github/codeql-action from 4.37.1 to 4.37.3.

Release notes

Sourced from github/codeql-action's releases.

v4.37.3

No user facing changes.

v4.37.2

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007
Changelog

Sourced from github/codeql-action's changelog.

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007
Commits
  • e4fba86 Merge pull request #4031 from github/update-v4.37.3-72f6a9da0
  • fb50ab5 Update changelog for v4.37.3
  • 72f6a9d Merge pull request #4030 from github/mbg/fix/no-proxy
  • 3b5ee58 Use default request options instead of undefined
  • bfb6be4 Merge pull request #4028 from github/mergeback/v4.37.2-to-main-e0647621
  • 526ab84 Rebuild
  • d6217b9 Update changelog and version after v4.37.2
  • e064762 Merge pull request #4027 from github/update-v4.37.2-385bcdc5a
  • e0faed8 Add a couple of change notes
  • 73aad0e Update changelog for v4.37.2
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Jul 29, 2026
Copilot AI lite review requested due to automatic review settings July 29, 2026 08:33
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 29, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 29, 2026 08:33
@dependabot dependabot Bot added the github_actions Pull requests that update Github_actions code label Jul 29, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the GitHub Actions CodeQL workflow to use a newer patch release of the github/codeql-action steps.

Changes:

  • Bump github/codeql-action/init from v4.37.1 to v4.37.3
  • Bump github/codeql-action/analyze from v4.37.1 to v4.37.3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.1
uses: github/codeql-action/init@v4.37.3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.37.1
uses: github/codeql-action/analyze@v4.37.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.1 to 4.37.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v4.37.1...v4.37.3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI review requested due to automatic review settings August 5, 2026 19:24
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github/codeql-action-4.37.3 branch from 901069d to bb36ff4 Compare August 5, 2026 19:24

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Suppressed comments (2)

.github/workflows/codeql-analysis.yml:73

  • Pinning GitHub Actions by mutable tags (like v3/v3.x.y) can allow supply-chain changes without a code review. Consider pinning uses: to a full commit SHA (optionally with a comment indicating the human-readable release) for stronger provenance.
        uses: github/codeql-action/init@v4.37.3

.github/workflows/codeql-analysis.yml:99

  • Pinning GitHub Actions by mutable tags (like v3/v3.x.y) can allow supply-chain changes without a code review. Consider pinning uses: to a full commit SHA (optionally with a comment indicating the human-readable release) for stronger provenance.
        uses: github/codeql-action/analyze@v4.37.3

Copilot AI review requested due to automatic review settings August 5, 2026 19:25
@github-actions
github-actions Bot enabled auto-merge August 5, 2026 19:25

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Suppressed comments (2)

.github/workflows/codeql-analysis.yml:73

  • Security hardening: consider pinning GitHub Actions to a full commit SHA (optionally with a comment for the corresponding version tag). Pinning reduces supply-chain risk compared to mutable tags like v4.37.3.
        uses: github/codeql-action/init@v4.37.3

.github/workflows/codeql-analysis.yml:99

  • Security hardening: consider pinning GitHub Actions to a full commit SHA (optionally with a comment for the corresponding version tag). Pinning reduces supply-chain risk compared to mutable tags like v4.37.3.
        uses: github/codeql-action/analyze@v4.37.3

@dependabot @github

dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #8030.

@dependabot dependabot Bot closed this Aug 6, 2026
auto-merge was automatically disabled August 6, 2026 08:33

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/github_actions/github/codeql-action-4.37.3 branch August 6, 2026 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant