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: v1.1.0
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: v1.1.1
Choose a head ref

Commits on Feb 11, 2022

  1. Update changelog and version after v1.1.0

    github-actions[bot] committed Feb 11, 2022
    Copy the full SHA
    68365ec View commit details
  2. 1.1.1

    github-actions[bot] committed Feb 11, 2022
    Copy the full SHA
    3fdc5a2 View commit details
  3. Update checked-in dependencies

    github-actions[bot] committed Feb 11, 2022
    Copy the full SHA
    19debd4 View commit details
  4. Merge pull request #923 from github/mergeback/v1.1.0-to-main-474bbf07

    Mergeback v1.1.0 refs/heads/v1 into main
    henrymercer authored Feb 11, 2022
    Copy the full SHA
    2c6b76b View commit details

Commits on Feb 14, 2022

  1. Update bundle version to 2.8.1

    alexet committed Feb 14, 2022
    Copy the full SHA
    d8ee3b9 View commit details

Commits on Feb 15, 2022

  1. Copy the full SHA
    8aa32bd View commit details
  2. Copy the full SHA
    bcdaad2 View commit details
  3. Merge pull request #925 from github/alexet/update-2.8.1

    Update bundle version to 2.8.1
    alexet authored Feb 15, 2022
    Copy the full SHA
    e72dfad View commit details
  4. Merge branch 'main' into henrymercer/add-ml-powered-query-enablement-…

    …to-analyze-status-report
    henrymercer authored Feb 15, 2022
    Copy the full SHA
    ec47ce3 View commit details
  5. Copy the full SHA
    4c266ba View commit details
  6. Merge pull request #927 from github/robertbrignull/remote_database_up…

    …load_flag
    
    Remove check of database uploads feature flag
    robertbrignull authored Feb 15, 2022
    Copy the full SHA
    609ca1e View commit details
  7. Merge branch 'main' into henrymercer/add-ml-powered-query-enablement-…

    …to-analyze-status-report
    henrymercer committed Feb 15, 2022
    Copy the full SHA
    feb711f View commit details
  8. Merge pull request #928 from github/henrymercer/add-ml-powered-query-…

    …enablement-to-analyze-status-report
    
    Add ML-powered query enablement info to analyze finish status report
    henrymercer authored Feb 15, 2022
    Copy the full SHA
    621c8c7 View commit details

Commits on Feb 16, 2022

  1. Copy the full SHA
    7e1ca4f View commit details
  2. Open "Update supported enterprise versions" PR as draft

    Actions will not run checks on PRs opened by Actions, so opening the PR as draft allows us to trigger PR checks by marking the PR as ready for review.
    henrymercer authored Feb 16, 2022
    Copy the full SHA
    9d794b2 View commit details
  3. Merge pull request #929 from github/update-supported-enterprise-serve…

    …r-versions
    
    Update supported GitHub Enterprise Server versions.
    henrymercer authored Feb 16, 2022
    Copy the full SHA
    abba98e View commit details
  4. Copy the full SHA
    1ed61a3 View commit details
  5. Merge pull request #930 from github/henrymercer/open-update-supported…

    …-enterprise-versions-as-draft
    
    Open "Update supported enterprise versions" PR as draft
    henrymercer authored Feb 16, 2022
    Copy the full SHA
    ef024e7 View commit details
  6. Bump minimum supported CodeQL version to 2.4.5

    This is the earliest CodeQL version supported by GHES.
    Bumping to this version resolves some flaky tests caused by the "We
    still have not reached idleness" deadlock, as this deadlock is fixed in
    2.4.5.
    henrymercer committed Feb 16, 2022
    Copy the full SHA
    13c841a View commit details
  7. Add changelog note

    henrymercer committed Feb 16, 2022
    Copy the full SHA
    49c1e2f View commit details
  8. Copy the full SHA
    0d87b8c View commit details
  9. Merge pull request #830 from edoardopirovano/cli-config-files

    Use `--codescanning-config` flag of CLI
    edoardopirovano authored Feb 16, 2022
    Copy the full SHA
    c4e058a View commit details

Commits on Feb 17, 2022

  1. Copy the full SHA
    db24c88 View commit details
  2. Merge pull request #931 from github/henrymercer/fix-flaky-tests

    Bump minimum supported CodeQL version to 2.4.5 to address flaky tests
    henrymercer authored Feb 17, 2022
    Copy the full SHA
    6a961c0 View commit details
  3. 1.1.1

    github-actions[bot] committed Feb 17, 2022
    Copy the full SHA
    c9f98d4 View commit details
  4. Merge pull request #934 from github/update-v1.1.1-6a961c08

    Merge main into v1
    henrymercer authored Feb 17, 2022
    Copy the full SHA
    ec300a3 View commit details
Showing with 142 additions and 213 deletions.
  1. +1 −1 .github/workflows/__analyze-ref-input.yml
  2. +1 −1 .github/workflows/__debug-artifacts.yml
  3. +1 −1 .github/workflows/__go-custom-queries.yml
  4. +1 −1 .github/workflows/__go-custom-tracing-autobuild.yml
  5. +1 −1 .github/workflows/__go-custom-tracing.yml
  6. +1 −1 .github/workflows/__multi-language-autodetect.yml
  7. +1 −1 .github/workflows/__remote-config.yml
  8. +1 −1 .github/workflows/__rubocop-multi-language.yml
  9. +1 −1 .github/workflows/__unset-environment.yml
  10. +1 −1 .github/workflows/__upload-ref-sha-input.yml
  11. +1 −0 .github/workflows/update-supported-enterprise-server-versions.yml
  12. +5 −0 CHANGELOG.md
  13. +1 −1 lib/actions-util.js.map
  14. +1 −0 lib/analyze-action-env.test.js
  15. +1 −1 lib/analyze-action-env.test.js.map
  16. +1 −0 lib/analyze-action-input.test.js
  17. +1 −1 lib/analyze-action-input.test.js.map
  18. +12 −9 lib/analyze-action.js
  19. +1 −1 lib/analyze-action.js.map
  20. +1 −1 lib/api-compatibility.json
  21. +24 −8 lib/codeql.js
  22. +1 −1 lib/codeql.js.map
  23. +1 −6 lib/database-upload.js
  24. +1 −1 lib/database-upload.js.map
  25. +7 −34 lib/database-upload.test.js
  26. +1 −1 lib/database-upload.test.js.map
  27. +1 −1 lib/defaults.json
  28. +0 −1 lib/feature-flags.js
  29. +1 −1 lib/feature-flags.js.map
  30. +3 −10 lib/feature-flags.test.js
  31. +1 −1 lib/feature-flags.test.js.map
  32. +1 −1 lib/init-action.js.map
  33. +1 −1 lib/init.js
  34. +1 −1 lib/init.js.map
  35. +1 −1 node_modules/.package-lock.json
  36. +2 −2 package-lock.json
  37. +1 −1 package.json
  38. +2 −2 pr-checks/sync.py
  39. +1 −1 runner/package-lock.json
  40. +1 −1 runner/package.json
  41. +6 −0 src/actions-util.ts
  42. +1 −0 src/analyze-action-env.test.ts
  43. +1 −0 src/analyze-action-input.test.ts
  44. +13 −19 src/analyze-action.ts
  45. +1 −1 src/api-compatibility.json
  46. +28 −12 src/codeql.ts
  47. +0 −50 src/database-upload.test.ts
  48. +0 −9 src/database-upload.ts
  49. +1 −1 src/defaults.json
  50. +3 −12 src/feature-flags.test.ts
  51. +0 −1 src/feature-flags.ts
  52. +0 −6 src/init-action.ts
  53. +1 −2 src/init.ts
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/__debug-artifacts.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/__go-custom-tracing-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/__go-custom-tracing.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.

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/__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.

Original file line number Diff line number Diff line change
@@ -40,5 +40,6 @@ jobs:
body: ""
author: GitHub <noreply@github.com>
branch: update-supported-enterprise-server-versions
draft: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CodeQL Action and CodeQL Runner Changelog

## 1.1.1 - 17 Feb 2022

- The CodeQL CLI versions up to and including version 2.4.4 are not compatible with the CodeQL Action 1.1.1 and later. The Action will emit an error if it detects that it is being used by an incompatible version of the CLI. [#931](https://github.com/github/codeql-action/pull/931)
- Update default CodeQL bundle version to 2.8.1. [#925](https://github.com/github/codeql-action/pull/925)

## 1.1.0 - 11 Feb 2022

- The CodeQL Action now uses Node.js v16. [#909](https://github.com/github/codeql-action/pull/909)
Loading