Skip to content

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

Open
@adityasharad

Description

@adityasharad

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>].

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions