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

Add a quick way to disable builtin queries by robertbrignull · Pull Request #61 · github/codeql-action · GitHub

Add a quick way to disable builtin queries - #61

Merged
robertbrignull merged 1 commit into
masterfrom
disable_queries
Jun 15, 2020
Merged

robertbrignull merged 1 commit into
masterfrom
disable_queries

Conversation

Copy link
Copy Markdown
Contributor

This is way for us, the maintainers of the action, to quickly disable built-in queries without having to go through the process of changing the codeql bundle release. This can be used as a temporary measure while the code scanning suite is changed and the bundle updated, which could take a couple of weeks.

You can verify it's working by looking in the logs on the integration test runs (e.g. https://github.com/github/codeql-action/runs/772313587).
It prints out how many queries are run and you can see that there are two fewer C# queries compared to than a run against master (e.g. https://github.com/github/codeql-action/runs/772066021)

Merge / deployment checklist

  • Run test builds as necessary. Can be on this repository or elsewhere as needed in order to test the change - please include links to tests in other repos!
    • CodeQL using init/analyze actions
    • 3rd party tool using upload action
  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.

chrisgavin 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

Thanks Robert! This looks very useful. :)

robertbrignull merged commit 042ab54 into master Jun 15, 2020
github-actions Bot mentioned this pull request Jun 15, 2020
robertbrignull deleted the disable_queries branch June 15, 2020 13:24
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.

3 participants


Back | FazBrowse Home | New Git URL