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

PR checks: Add a bundle URL input parameter for workflow dispatch events #688

Open
adityasharad opened this issue Aug 9, 2021 · 0 comments

Comments

@adityasharad
Copy link
Contributor

The pr-checks.yml workflow has a workflow_dispatch event trigger so that we can run it manually.
It is often useful to run manually and specify a URL to a particular CodeQL bundle, so we can test against it without having to modify defaults.json or the workflow itself.

I suggest adding a bundle URL parameter to the workflow_dispatch event. If that's available, include the URL in the list of tools values that are produced by the check-codeql-versions job. Currently it's [null, latest, <nightly URL>].

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

No branches or pull requests

1 participant