Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure qlconfig file is created when config parsing in cli is on #1527

Merged
merged 7 commits into from
Feb 27, 2023

Commits on Feb 7, 2023

  1. Ensure qlconfig file is created when config parsing in cli is on

    Previously, with the config parsing in the cli feature flag turned on,
    the CLI was not able to download packs from other registries. This PR
    adds the codeql-action changes required for this. The CLI changes will
    be in a separate, internal PR.
    aeisenberg committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    bbe8d37 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    e2f72f1 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Henry Mercer <henry.mercer@me.com>
    aeisenberg and henrymercer committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    3c81243 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5492b7d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Update src/codeql.ts

    aeisenberg authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    736263f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    8f19113 View commit details
    Browse the repository at this point in the history
  2. Address comments from PR

    aeisenberg committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    98d24e5 View commit details
    Browse the repository at this point in the history