Skip to content

Store the default CodeQL bundle version in a JSON file. #145

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

Merged
merged 3 commits into from
Aug 14, 2020

Conversation

chrisgavin
Copy link
Contributor

This moves the CodeQL bundle version from being inlined in codeql.ts to its own JSON file. The reason for doing this is to allow the CodeQL Action sync tool to read the bundle version in use for each branch. This allows us to only synchronize the bundles in use by "important" branches (main, and v*) rather than synchronizing every bundle, the number of which are only going to grow exponentially.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.

@chrisgavin chrisgavin force-pushed the chrisgavin/default-bundle-version-json branch from 93a83ca to a0447c8 Compare August 10, 2020 11:43
@chrisgavin chrisgavin force-pushed the chrisgavin/default-bundle-version-json branch from a0447c8 to 97eafbc Compare August 10, 2020 12:41
Copy link
Contributor

@robertbrignull robertbrignull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants