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.26.1
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.26.2
Choose a head ref
  • 7 commits
  • 6 files changed
  • 6 contributors

Commits on Aug 13, 2024

  1. Update changelog and version after v3.26.1

    github-actions[bot] committed Aug 13, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    crazy-max CrazyMax
    Copy the full SHA
    ece28a8 View commit details
  2. Reapply "Merge pull request #2417 from github/update-bundle/codeql-bu…

    …ndle-v2.18.2"
    
    This reverts commit 5b15b9e.
    rvermeulen committed Aug 13, 2024
    Copy the full SHA
    dd9700c View commit details
  3. Update checked-in dependencies

    github-actions[bot] committed Aug 13, 2024
    Copy the full SHA
    2bc3b83 View commit details

Commits on Aug 14, 2024

  1. Address incorrect CHANGELOG.md

    The bundle update was removed from 3.26.1 and but back for the next release.
    
    Co-authored-by: Henry Mercer <henrymercer@github.com>
    rvermeulen and henrymercer authored Aug 14, 2024
    Copy the full SHA
    af1f2e8 View commit details
  2. Merge pull request #2423 from github/mergeback/v3.26.1-to-main-29d86d22

    Mergeback v3.26.1 refs/heads/releases/v3 into main
    henrymercer authored Aug 14, 2024
    Copy the full SHA
    a93f8c2 View commit details
  3. Update changelog for v3.26.2

    github-actions[bot] committed Aug 14, 2024
    Copy the full SHA
    9eec338 View commit details
  4. Merge pull request #2425 from github/update-v3.26.2-a93f8c2fd

    Merge main into releases/v3
    alexet authored Aug 14, 2024
    Copy the full SHA
    429e197 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.26.2 - 14 Aug 2024

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

## 3.26.1 - 13 Aug 2024

No user facing changes.
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.1",
"cliVersion": "2.18.1",
"priorBundleVersion": "codeql-bundle-v2.18.0",
"priorCliVersion": "2.18.0"
"bundleVersion": "codeql-bundle-v2.18.2",
"cliVersion": "2.18.2",
"priorBundleVersion": "codeql-bundle-v2.18.1",
"priorCliVersion": "2.18.1"
}
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.26.1",
"version": "3.26.2",
"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.1",
"cliVersion": "2.18.1",
"priorBundleVersion": "codeql-bundle-v2.18.0",
"priorCliVersion": "2.18.0"
"bundleVersion": "codeql-bundle-v2.18.2",
"cliVersion": "2.18.2",
"priorBundleVersion": "codeql-bundle-v2.18.1",
"priorCliVersion": "2.18.1"
}