FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove config parsing logic that is now implemented in the CLI by henrymercer · Pull Request #2062 · github/codeql-action · GitHub

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

Merged
henrymercer merged 10 commits into
mainfrom
henrymercer/remove-action-config-parsing
Jan 5, 2024
Merged

henrymercer merged 10 commits into
mainfrom
henrymercer/remove-action-config-parsing

Conversation

Copy link
Copy Markdown
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 marked this pull request as ready for review January 4, 2024 18:06
henrymercer requested a review from a team as a code owner January 4, 2024 18:06
angelapwen previously approved these changes Jan 4, 2024

angelapwen left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

Copy link
Copy Markdown
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 merged commit 8516954 into main Jan 5, 2024
henrymercer deleted the henrymercer/remove-action-config-parsing branch January 5, 2024 18:49
github-actions Bot mentioned this pull request Jan 8, 2024
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL