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

Remove config parsing logic that is now implemented in the CLI #2062

Merged
merged 10 commits into from Jan 5, 2024

Conversation

henrymercer
Copy link
Contributor

In CodeQL CLI v2.11.6, we finished implementing key parts of parsing the code scanning configuration within the CLI. This enabled this functionality to be used by folks running code scanning using a third-party CI system.

However due to the need to support earlier versions of the CLI that do not support config parsing, we have needed to duplicate config parsing code between the Action and the CLI.

Now that CodeQL CLI v2.11.5 and earlier have been deprecated, we can remove this legacy config parsing code from the Action.

Merge / deployment checklist

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

@henrymercer henrymercer marked this pull request as ready for review January 4, 2024 18:06
@henrymercer henrymercer requested a review from a team as a code owner January 4, 2024 18:06
angelapwen
angelapwen previously approved these changes Jan 4, 2024
Copy link
Contributor

@angelapwen angelapwen left a comment

Choose a reason for hiding this comment

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

Whew, I think I 👀 d all the changes — looks so much cleaner now! I assume the status report changes will be a follow-up?

@henrymercer
Copy link
Contributor Author

There are two aspects to the status report changes:

  1. Renaming builtin to all — I think this is fairly low priority and can happen as follow up
  2. Removing the custom fields on the server-side — I think it might make sense to keep these around a little longer so we still receive the full telemetry from earlier Actions, so we'll do this as follow up too.

@henrymercer henrymercer merged commit 8516954 into main Jan 5, 2024
317 checks passed
@henrymercer henrymercer deleted the henrymercer/remove-action-config-parsing branch January 5, 2024 18:49
@github-actions github-actions bot mentioned this pull request Jan 8, 2024
8 tasks
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.

None yet

2 participants