Conversation
| name: 'Dependency Review' | ||
| on: | ||
| - pull_request | ||
| - workflow_dispatch |
There was a problem hiding this comment.
Is workflow_dispatch available for this? I like being able to run manually.
There was a problem hiding this comment.
@aeisenberg We filter the type of event: https://github.com/actions/dependency-review-action/blob/e2f8306beb67a0ad1d5fefc49bf74937e5bf231e/src/main.ts#L10-L14. I think this would prevent you from using workflow_dispatch here, is that understanding correct?
There was a problem hiding this comment.
@aeisenberg I re-added workflow_dispatch since it wasn't causing any harm, feel free to experiment with it manually!
There was a problem hiding this comment.
Thanks. I honestly don't remember if it was working. I'll try it out later and remove if it's broken.
|
Note sure why the build failed. Logs aren't there. It's possibly a GH actions hiccup. |
|
@aeisenberg are you able to re-run the Ubuntu check to see if it goes green? I don't see the option here to re-run, error doesn't seem related to the Action though. |
This PR updates the
dependency-review.ymlworkflow to use the a public URL and version. Pushing as a draft, will mark as ready for review once we've GA'd.Tracking issue: https://github.com/github/dependency-graph/issues/1019