Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
c05a5b7
Add `ActionsEnvVars` enum
mbg Jun 16, 2026
652296e
Allow abstracting over `process.env`
mbg Jun 16, 2026
9c4ee01
Add `RemoteFileAddress` type
mbg Jun 23, 2026
07b6b1e
Move `getRemoteConfig` to `config/file.ts`
mbg Jun 23, 2026
9ef8be7
Refactor `parseRemoteFileAddress` out of `getRemoteConfig`
mbg Jun 23, 2026
82e5ca6
Return `RemoteFileAddress` from `parseRemoteFileAddress`
mbg Jun 23, 2026
c7a94c9
Add `getRemoteConfig` JSDoc
mbg Jun 23, 2026
85c8a8c
Add tests for `parseRemoteFileAddress`
mbg Jun 23, 2026
598d008
Make `ref` optional in `parseRemoteFileAddress`
mbg Jun 23, 2026
e537ff2
Make `path` optional in `parseRemoteFileAddress`
mbg Jun 23, 2026
12821cf
Make `owner` optional in `parseRemoteFileAddress`
mbg Jun 23, 2026
81ad479
Fix test names
mbg Jun 23, 2026
8102fa6
Anchor regex and trim input
mbg Jun 23, 2026
00e5a58
Update format in error message
mbg Jun 23, 2026
8d69da9
Improve whitespace handling
mbg Jun 23, 2026
3fe7ef9
Fix `getEnv` not using `getOptionalEnvVarFrom`
mbg Jun 23, 2026
812b882
Merge remote-tracking branch 'origin/main' into mbg/repo-props/config…
mbg Jun 23, 2026
f77cf55
Support old and new formats
mbg Jun 26, 2026
d8d1d6d
Add FF for shorthands
mbg Jun 24, 2026
e446d55
Add initial `ActionState` type
mbg Jun 30, 2026
f86aa52
Use `ActionState` for `getRemoteConfig`
mbg Jun 30, 2026
7b2af89
Add `TestEnv` class to simplify testing of `ActionState`-dependent fu…
mbg Jun 30, 2026
b6be81d
Gate new remote file format behind FF
mbg Jun 30, 2026
708e106
Index `ActionState` over the types of state used
mbg Jun 30, 2026
6cdc606
Create wrapper `runCliJson`
mario-campos Jul 1, 2026
7d1c6e9
Include `codeql` path in `runCliJson` error
mario-campos Jul 1, 2026
2399df7
Add `ActionsEnvVars` enum
mbg Jun 16, 2026
e190547
Allow abstracting over `process.env`
mbg Jun 16, 2026
9b35ab9
Add initial `ActionState` type
mbg Jun 30, 2026
26e9e9e
Add `TestEnv` class to simplify testing of `ActionState`-dependent fu…
mbg Jun 30, 2026
b009eac
Add `ActionsEnv` support to `ActionState`
mbg Jul 1, 2026
9c16c3b
Add common entry point
mbg Jul 1, 2026
a3a1cdd
Use the common entry point for `upload-sarif`
mbg Jul 1, 2026
6ab762c
Use the common entry point for `setup-codeql`
mbg Jul 1, 2026
6136b93
Use the common entry point for `init`
mbg Jul 1, 2026
a9ceac1
Accept `ActionState` in `getConfigFileInput`
mbg Jul 1, 2026
fcd9f6c
Fix `logger` reference
mbg Jul 1, 2026
772e8e9
Use the common entry point for `autobuild`
mbg Jul 1, 2026
ceac4af
Use the common entry point for `analyze`
mbg Jul 1, 2026
ef29bf2
Improve some comments
mbg Jul 1, 2026
1578ba0
Bump the actions-minor group across 1 directory with 3 updates
dependabot[bot] Jul 1, 2026
67ec1e3
Bump the npm-minor group across 1 directory with 6 updates
dependabot[bot] Jul 1, 2026
8f47ee7
Rebuild
github-actions[bot] Jul 1, 2026
fbcae9a
Rebuild
github-actions[bot] Jul 1, 2026
e0f825e
Bump js-yaml from 5.0.0 to 5.1.0
dependabot[bot] Jul 1, 2026
1ba7449
Rebuild
github-actions[bot] Jul 1, 2026
a8958a9
Keep the JSON exception message consistent
mario-campos Jul 1, 2026
d5b8046
Add JSDoc comment to `runCliJson`
mario-campos Jul 1, 2026
17a28bc
Merge pull request #3985 from github/dependabot/github_actions/dot-gi…
mbg Jul 1, 2026
289efca
Re-add `forceQuotes: true`
mbg Jul 1, 2026
50bd53b
Merge pull request #3989 from github/dependabot/npm_and_yarn/js-yaml-…
mbg Jul 1, 2026
c1e7c7a
Merge pull request #3981 from github/mario-campos/runCliJson
mario-campos Jul 1, 2026
a04a87c
Update changelog and version after v4.36.3
github-actions[bot] Jul 2, 2026
b987514
Rebuild
github-actions[bot] Jul 2, 2026
b16b719
Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-41f3755806
mbg Jul 2, 2026
de65da3
Merge pull request #3991 from github/mergeback/v4.36.3-to-main-54f647b7
mbg Jul 2, 2026
3cf0a52
Merge pull request #3986 from github/dependabot/npm_and_yarn/npm-mino…
mbg Jul 2, 2026
5e3e6b8
Add `ActionsEnvVars` enum
mbg Jun 16, 2026
73b0850
Allow abstracting over `process.env`
mbg Jun 16, 2026
ae4c8d0
Merge pull request #3993 from github/mbg/env-abstraction
mbg Jul 6, 2026
eba9d55
Merge remote-tracking branch 'origin/main' into mbg/action-state
mbg Jul 6, 2026
5fa9c0c
Add and use `getDisplayActionName` for log message
mbg Jul 6, 2026
e34d7fe
Fix: Use `getTestActionsEnv`
mbg Jul 6, 2026
d309c0e
Improve `FieldsOf`
mbg Jul 6, 2026
006d029
Merge pull request #3990 from github/mbg/action-state
mbg Jul 6, 2026
5094019
Refactor `Config` type out of `config-utils`
mbg Jul 6, 2026
73f4741
Refactor pack registry code out of `config-utils`
mbg Jul 6, 2026
69c9e8c
Mark some `status-report` imports as `type`-only to avoid circular de…
mbg Jul 6, 2026
8e22350
Thread `ActionState` to `initConfig`
mbg Jul 6, 2026
7dc37cb
Merge remote-tracking branch 'origin/main' into mbg/repo-props/config…
mbg Jul 6, 2026
f58f0d1
Merge pull request #3973 from github/mbg/repo-props/config-file-short…
mbg Jul 7, 2026
43bec09
Update default bundle to codeql-bundle-v2.26.0
github-actions[bot] Jul 8, 2026
3f34ff0
Add changelog note
github-actions[bot] Jul 8, 2026
c7c896d
Merge pull request #3995 from github/update-bundle/codeql-bundle-v2.26.0
mbg Jul 8, 2026
72df218
Update changelog for v4.37.0
github-actions[bot] Jul 8, 2026
31c2707
Add changenote for #3973
mbg Jul 8, 2026
99df26d
Merge pull request #3996 from github/update-v4.37.0-c7c896d71
mbg Jul 8, 2026
b8c8426
Revert "Update version and changelog for v3.36.3"
github-actions[bot] Jul 8, 2026
157d34d
Revert "Rebuild"
github-actions[bot] Jul 8, 2026
0507814
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.37…
github-actions[bot] Jul 8, 2026
530c909
Update version and changelog for v3.37.0
github-actions[bot] Jul 8, 2026
af1b30e
Rebuild
mbg Jul 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/__all-platform-bundle.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__analyze-ref-input.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__autobuild-action.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__build-mode-autobuild.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__build-mode-manual.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__export-file-baseline-information.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__go-custom-queries.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__local-bundle.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__multi-language-autodetect.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__packaging-config-inputs-js.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__packaging-config-js.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__packaging-inputs-js.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__remote-config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__rubocop-multi-language.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__split-workflow.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__swift-custom-build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__unset-environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__upload-ref-sha-input.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__upload-sarif.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__with-checkout-path.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/debug-artifacts-failure-safe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
go-version: ^1.13.1
- name: Install .NET
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
with:
dotnet-version: '9.x'
- name: Assert best-effort artifact scan completed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug-artifacts-safe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
go-version: ^1.13.1
- name: Install .NET
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
with:
dotnet-version: '9.x'
- name: Assert best-effort artifact scan completed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-codeql-bundle-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
version: ${{ matrix.version }}
use-all-platform-bundle: true
- name: Install .NET
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
with:
dotnet-version: '9.x'
- id: init
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.

## 3.37.0 - 08 Jul 2026

- Update default CodeQL bundle version to [2.26.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0). [#3995](https://github.com/github/codeql-action/pull/3995)
- In addition to the existing input format, the `config-file` input for the `codeql-action/init` step will soon support a new `[owner/]repo[@ref][:path]` format. All components except the repository name are optional. If omitted, `owner` defaults to the same owner as the repository the analysis is running for, `ref` to `main`, and `path` to `.github/codeql-action.yaml`. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. [#3973](https://github.com/github/codeql-action/pull/3973)

## 3.36.3 - 01 Jul 2026

No user facing changes.
Expand Down
8 changes: 4 additions & 4 deletions lib/defaults.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundleVersion": "codeql-bundle-v2.25.6",
"cliVersion": "2.25.6",
"priorBundleVersion": "codeql-bundle-v2.25.5",
"priorCliVersion": "2.25.5"
"bundleVersion": "codeql-bundle-v2.26.0",
"cliVersion": "2.26.0",
"priorBundleVersion": "codeql-bundle-v2.25.6",
"priorCliVersion": "2.25.6"
}
Loading
Loading