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: v2.2.3
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: v2.2.4
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 8, 2023

  1. Update changelog and version after v2.2.3

    github-actions[bot] committed Feb 8, 2023

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    b872c5a View commit details
  2. Update checked-in dependencies

    github-actions[bot] committed Feb 8, 2023

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    21f3020 View commit details
  3. Merge pull request #1531 from github/mergeback/v2.2.3-to-main-8775e868

    Mergeback v2.2.3 refs/heads/releases/v2 into main
    cklin authored Feb 8, 2023
    Copy the full SHA
    7ba5ed7 View commit details

Commits on Feb 10, 2023

  1. Tools telemetry: accurately report when feature flags were inaccessib…

    …le (#1532)
    
    * Cache whether feature flags are accessible
    
    * Small comment fixup from linting change
    angelapwen authored Feb 10, 2023
    Copy the full SHA
    40babc1 View commit details
  2. Update changelog for v2.2.4

    github-actions[bot] committed Feb 10, 2023
    Copy the full SHA
    b6975b4 View commit details
  3. Merge pull request #1534 from github/update-v2.2.4-40babc141

    Merge main into releases/v2
    angelapwen authored Feb 10, 2023
    Copy the full SHA
    17573ee View commit details
Showing with 37 additions and 16 deletions.
  1. +4 −0 CHANGELOG.md
  2. +10 −4 lib/feature-flags.js
  3. +1 −1 lib/feature-flags.js.map
  4. +1 −1 lib/init-action.js.map
  5. +1 −1 node_modules/.package-lock.json
  6. +2 −2 package-lock.json
  7. +1 −1 package.json
  8. +15 −5 src/feature-flags.ts
  9. +2 −1 src/init-action.ts
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CodeQL Action Changelog

## 2.2.4 - 10 Feb 2023

No user facing changes.

## 2.2.3 - 08 Feb 2023

- Update default CodeQL bundle version to 2.12.2. [#1518](https://github.com/github/codeql-action/pull/1518)
14 changes: 10 additions & 4 deletions lib/feature-flags.js

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

2 changes: 1 addition & 1 deletion lib/feature-flags.js.map

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

Loading