Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/codeql-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.25.14
Choose a base ref
...
head repository: github/codeql-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.25.15
Choose a head ref
  • 9 commits
  • 6 files changed
  • 3 contributors

Commits on Jul 23, 2024

  1. Update default bundle to codeql-bundle-v2.18.1

    github-actions[bot] committed Jul 23, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    crazy-max CrazyMax
    Copy the full SHA
    98042e7 View commit details
  2. Add changelog note

    github-actions[bot] committed Jul 23, 2024
    Copy the full SHA
    736528d View commit details

Commits on Jul 25, 2024

  1. Update changelog and version after v3.25.14

    github-actions[bot] committed Jul 25, 2024
    Copy the full SHA
    02d73d0 View commit details
  2. Update checked-in dependencies

    github-actions[bot] committed Jul 25, 2024
    Copy the full SHA
    9e375a8 View commit details
  3. Merge pull request #2389 from github/mergeback/v3.25.14-to-main-5cf07d8b

    Mergeback v3.25.14 refs/heads/releases/v3 into main
    angelapwen authored Jul 25, 2024
    Copy the full SHA
    f8e94f9 View commit details
  4. Merge branch 'main' into update-bundle/codeql-bundle-v2.18.1

    cklin authored Jul 25, 2024
    Copy the full SHA
    97e8f69 View commit details
  5. Merge pull request #2385 from github/update-bundle/codeql-bundle-v2.18.1

    Update default bundle to 2.18.1
    cklin authored Jul 25, 2024
    Copy the full SHA
    4b1d7da View commit details

Commits on Jul 26, 2024

  1. Update changelog for v3.25.15

    github-actions[bot] committed Jul 26, 2024
    Copy the full SHA
    57a4b22 View commit details
  2. Merge pull request #2391 from github/update-v3.25.15-4b1d7da10

    Merge main into releases/v3
    cklin authored Jul 26, 2024
    Copy the full SHA
    afb54ba View commit details
Showing with 16 additions and 12 deletions.
  1. +4 −0 CHANGELOG.md
  2. +4 −4 lib/defaults.json
  3. +1 −1 node_modules/.package-lock.json
  4. +2 −2 package-lock.json
  5. +1 −1 package.json
  6. +4 −4 src/defaults.json
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th

Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

## 3.25.15 - 26 Jul 2024

- Update default CodeQL bundle version to 2.18.1. [#2385](https://github.com/github/codeql-action/pull/2385)

## 3.25.14 - 25 Jul 2024

- Experimental: add a new `start-proxy` action which starts the same HTTP proxy as used by [`github/dependabot-action`](https://github.com/github/dependabot-action). Do not use this in production as it is part of an internal experiment and subject to change at any time.
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.18.0",
"cliVersion": "2.18.0",
"priorBundleVersion": "codeql-bundle-v2.17.6",
"priorCliVersion": "2.17.6"
"bundleVersion": "codeql-bundle-v2.18.1",
"cliVersion": "2.18.1",
"priorBundleVersion": "codeql-bundle-v2.18.0",
"priorCliVersion": "2.18.0"
}
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

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

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "3.25.14",
"version": "3.25.15",
"private": true,
"description": "CodeQL action",
"scripts": {
8 changes: 4 additions & 4 deletions src/defaults.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundleVersion": "codeql-bundle-v2.18.0",
"cliVersion": "2.18.0",
"priorBundleVersion": "codeql-bundle-v2.17.6",
"priorCliVersion": "2.17.6"
"bundleVersion": "codeql-bundle-v2.18.1",
"cliVersion": "2.18.1",
"priorBundleVersion": "codeql-bundle-v2.18.0",
"priorCliVersion": "2.18.0"
}