Skip to content

Commit

Permalink
Ensure qlconfig file is created when config parsing in cli is on
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Andrew Eisenberg committed Feb 7, 2023
1 parent 4369dda commit bbe8d37
Show file tree
Hide file tree
Showing 20 changed files with 480 additions and 138 deletions.
42 changes: 42 additions & 0 deletions .github/workflows/__init-with-registries.yml

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

13 changes: 10 additions & 3 deletions lib/codeql.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/codeql.js.map

Large diffs are not rendered by default.

51 changes: 31 additions & 20 deletions lib/codeql.test.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/codeql.test.js.map

Large diffs are not rendered by default.

61 changes: 42 additions & 19 deletions lib/config-utils.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/config-utils.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit bbe8d37

Please sign in to comment.