Skip to content

build(deps): bump github/codeql-action from 4.37.4 to 4.37.9 - #3192

Merged
SamMorrowDrums merged 1 commit into
mainfrom
dependabot/github_actions/github/codeql-action-4.37.9
Sep 3, 2026
Merged

SamMorrowDrums merged 1 commit into
mainfrom
dependabot/github_actions/github/codeql-action-4.37.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps github/codeql-action from 4.37.4 to 4.37.9.

Release notes

Sourced from github/codeql-action's releases.

v4.37.9

  • Update default CodeQL bundle version to 2.26.4. #4106

v4.37.8

No user facing changes.

v4.37.7

  • Update default CodeQL bundle version to 2.26.3. #4085

v4.37.6

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

v4.37.5

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061
Changelog

Sourced from github/codeql-action's changelog.

4.37.9 - 26 Aug 2026

  • Update default CodeQL bundle version to 2.26.4. #4106

4.37.8 - 21 Aug 2026

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.37.6 - 04 Aug 2026

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

4.37.5 - 03 Aug 2026

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061
Commits
  • cdf488f Merge pull request #4107 from github/update-v4.37.9-920ba7cd1
  • 7243f38 Update changelog for v4.37.9
  • 920ba7c Merge pull request #4106 from github/update-bundle/codeql-bundle-v2.26.4
  • ecfa6e1 Add changelog note
  • adcdf4a Update default bundle to codeql-bundle-v2.26.4
  • 486fec2 Merge pull request #4099 from github/update-supported-enterprise-server-versions
  • 134624c Merge pull request #4101 from github/dependabot/npm_and_yarn/npm-minor-457d82...
  • ff43db8 Merge pull request #4103 from github/mergeback/v4.37.8-to-main-db488dde
  • 4605e03 Rebuild
  • 099c869 Update changelog and version after v4.37.8
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.4 to 4.37.9.
- [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.4...v4.37.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 31, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 31, 2026 16:27
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 31, 2026
@SamMorrowDrums
SamMorrowDrums merged commit a014a18 into main Sep 3, 2026
18 checks passed
@SamMorrowDrums
SamMorrowDrums deleted the dependabot/github_actions/github/codeql-action-4.37.9 branch September 3, 2026 13:21
social4hyq pushed a commit to social4hyq/homebrew-core that referenced this pull request Sep 20, 2026
github-mcp-server 1.12.0

Created-by: HarmonybrewBot
Commit-by: HarmonybrewBot
Merged-by: HarmonybrewBot
Description: Created by `brew bump`

---

Created with `brew bump-formula-pr`.<details>
  <summary>release notes</summary>
  <pre>## Highlights

- **New governance tools for agents.** Read and manage repository rulesets and custom properties across repository, organization, and enterprise levels.
- **Faster, safer feature flags.** Functional availability rules evaluate lazily after static filtering, deduplicate checks per request, and preserve precise availability errors.
- **Safer write operations.** Pin merge HEADs, recover file SHAs, use least-privilege public-repository access, and detect silently dropped labels.
- **Richer review and discovery support.** Adds review range coordinates, thread resolution reasons, projected-header preflights, Server Card support, and Agent Plugins.
- **Better content fidelity.** Markdown bodies, titles, release notes, comments, and commit messages preserve visible content while filtering unsafe invisible characters.

## What's Changed
* Remove documentation for unavailable tool-search command by @tommaso-moro in github/github-mcp-server#3162
* Expose Copilot review thread resolution reasons by @cagesellchen in github/github-mcp-server#3123
* fix(repos): give create_or_update_file callers a SHA they can actually get by @dylanpulver in github/github-mcp-server#3131
* fix: allow public_repo for public contribution tools by @paulcakeface in github/github-mcp-server#3140
* Enable feature flags via URL query parameter (?features=) for headerless hosted connections by @CAOShurong in github/github-mcp-server#3146
* Add expectedHeadSha pinning to merge_pull_request by @jcosta1970 in github/github-mcp-server#3182
* Fix e2e harness compilation against go-github v89 and go-sdk v1.7 by @ppoffice in github/github-mcp-server#3187
* Return range coordinates for review comments by @yiheng-kkk in github/github-mcp-server#3193
* Fix issue_write silently dropped label errors by @SamMorrowDrums in github/github-mcp-server#3195
* fix(http): allow projected MCP headers in preflights by @SamMorrowDrums in github/github-mcp-server#3167
* Spell perPage the same way in every paginated tool by @karpovantonme in github/github-mcp-server#3142
* Add MCP Server Card (SEP-2127) types + handler by @SamMorrowDrums in github/github-mcp-server#2768
* Refactor feature flags to use functional availability rules by @SamMorrowDrums in github/github-mcp-server#3166
* feat(governance): add repository ruleset tools with multi-level scope challenge by @SamMorrowDrums in github/github-mcp-server#2991
* feat(governance): add custom properties tools by @SamMorrowDrums in github/github-mcp-server#2992
* Fix HTML entities in sanitized titles by @SamMorrowDrums in github/github-mcp-server#3216
* build(deps): bump fast-uri from 3.1.5 to 3.1.7 in /ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in github/github-mcp-server#3208
* build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in github/github-mcp-server#3217
* build(deps): bump github/codeql-action from 4.37.4 to 4.37.9 by @dependabot[bot] in github/github-mcp-server#3192
* feat: add Agent Plugins 1.0 package by @777genius in github/github-mcp-server#3169
* fix(sanitize): preserve Markdown body fidelity on read surfaces by @SamMorrowDrums in github/github-mcp-server#3177
* build(deps): bump actions/stale from 10 to 11 by @dependabot[bot] in github/github-mcp-server#3003
* Fix main CI sanitizer integration by @SamMorrowDrums in github/github-mcp-server#3219

## New Contributors
* @cagesellchen made their first contribution in github/github-mcp-server#3123
* @paulcakeface made their first contribution in github/github-mcp-server#3140
* @CAOShurong made their first contribution in github/github-mcp-server#3146
* @jcosta1970 made their first contribution in github/github-mcp-server#3182
* @ppoffice made their first contribution in github/github-mcp-server#3187
* @yiheng-kkk made their first contribution in github/github-mcp-server#3193
* @karpovantonme made their first contribution in github/github-mcp-server#3142
* @777genius made their first contribution in github/github-mcp-server#3169

**Full Changelog**: https://github.com/github/github-mcp-server/compare/v1.11.0...v1.12.0</pre>
  <p>View the full release notes at <a href="https://github.com/github/github-mcp-server/releases/tag/v1.12.0">https://github.com/github/github-mcp-server/releases/tag/v1.12.0</a>.</p>
</details>
<hr>

See merge request: Harmonybrew/homebrew-core!18304
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