Skip to content

Bump github/codeql-action/init from d8073367669608af8fbcc5f63dd0a0d52bb90cff to 1c5b675653bb5c22dbe9b12b556ec555138e09fd - #2

Open
dependabot[bot] wants to merge 6 commits into
mainfrom
dependabot/github_actions/github/codeql-action/init-4.38.0
Open

dependabot[bot] wants to merge 6 commits into
mainfrom
dependabot/github_actions/github/codeql-action/init-4.38.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2026

Copy link
Copy Markdown

Bumps github/codeql-action/init from d8073367669608af8fbcc5f63dd0a0d52bb90cff to 1c5b675653bb5c22dbe9b12b556ec555138e09fd.

Changelog

Sourced from github/codeql-action/init's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.38.1 - 18 Sept 2026

  • The CodeQL Action now has experimental support for CodeQL releases for which per-language bundles are available. Per-language bundles support analysis for a single language and are therefore smaller than the combined bundles that allow analysis for all supported languages. As a result, per-language bundles take up less space on disk and are faster to download. We expect to roll this change out to everyone in the coming weeks. #4146

4.38.0 - 09 Sept 2026

  • On GitHub-hosted runners, the CodeQL Action now deletes unused CodeQL bundles from the toolcache before downloading a different bundle, which frees up disk space for the analysis. We expect to roll this change out to everyone in September. #4124
  • The CodeQL Action now supports CodeQL releases that are compatible with Linux Arm64 and downloads the native linux-arm64 CodeQL bundle when available. #4072
  • Update default CodeQL bundle version to 2.27.0. #4129

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

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

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

... (truncated)

Commits

23ssuss and others added 4 commits September 19, 2026 11:06
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Every repository here asks strangers to run it against their own data, and
until now none of them said where to send a security report, what counts as
one, or how to get the tests running. That is the first thing a careful
person looks for and the first thing missing.

The security policy is specific to this tool rather than a template: what is
a vulnerability here, and what is a bug that deserves an issue instead.
Actions are pinned to commits instead of tags: a tag can be moved by whoever
owns the action, a commit cannot, and the version stays in a comment beside
it. Scorecard publishes its result to the public OpenSSF registry, CodeQL
reads the paths the tests do not reach, and release artefacts now carry
provenance anyone can verify with `gh attestation verify`.

A number a stranger can look up is worth more than a README claiming care.
The census of the 2,000 most visited sites joins the UCP survey as its own
section, with the first survey keeping its date and its numbers. The
security.txt survey gets a page of its own, built the same way: every figure is
read out of the file the audit run wrote, so a number that is not in that file
cannot appear on the page, and no site name ever reaches the site.

Purple on white, laid out like dkautomation.dev, with white as the theme
rather than a preference: this is a page people link to and screenshot, and it
should look the same to everyone.
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 19, 2026
dkautomation23 and others added 2 commits September 19, 2026 11:42
init from v3 and analyze from v4 in one run ends in 'loaded a configuration
file for version 4.38.0, but running version 3.38.1'. The steps are pinned to
one commit of v4, which is the version GitHub now serves.
Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from d8073367669608af8fbcc5f63dd0a0d52bb90cff to 1c5b675653bb5c22dbe9b12b556ec555138e09fd.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@d807336...1c5b675)

---
updated-dependencies:
- dependency-name: github/codeql-action/init
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump github/codeql-action/init from 3.38.1 to 4.38.0 Bump github/codeql-action/init from d8073367669608af8fbcc5f63dd0a0d52bb90cff to 1c5b675653bb5c22dbe9b12b556ec555138e09fd Sep 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github/codeql-action/init-4.38.0 branch from 90fb43d to 22bab40 Compare September 19, 2026 08:45
@dkautomation23
dkautomation23 force-pushed the main branch 2 times, most recently from 245b0e0 to 9035e8e Compare September 21, 2026 09:44

This branch has not been deployed

No deployments
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.

2 participants