-
Notifications
You must be signed in to change notification settings - Fork 71
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
FOSSA dependency review failing in PRs #841
Comments
Example failure: https://github.com/meltano/sdk/runs/7409331949 |
Didn't work when I tried it. Maybe there's some kind of race condition here, or some other non-deterministic behaviour 😬 |
@WillDaSilva interesting. It did work for some dependabot PRs, so it certainly could be a race condition: |
What seems to be happening is that when we run When the secret API key is an empty string,
It should be safe for us to use As for what happened with Dependabot and fixing it by re-running it: I don't know how to explain that given the problem explained above. Maybe it had access to the secret somehow on the re-run? |
actions/dependency-review-action#30 I'm going to open a PR for |
@WillDaSilva Ah yes! That's the same thing that happens with other workflows that use secrets. Triggering them manually (as an admin) fixes them because they then have access to the secrets. |
PR for In the meantime we can use my fork. |
Use `pull_request_target` for dependency review workflow Closes #841
Re-running the job works, but logging in case there's something we're missing to make it work the first time.
The text was updated successfully, but these errors were encountered: