Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ghactions: Trigger snyk on 'pull-request, rather than 'push'
This should fix this error on PRs from dependabot: ``` Error: Workflows triggered by Dependabot on the "push" event run with read-only access. Uploading Code Scanning results requires write access. To use Code Scanning with Dependabot, please ensure you are using the "pull_request" event for this workflow and avoid triggering on the "push" event for Dependabot branches. See https://docs.github.com/en/code-security/secure-coding/configuring-code-scanning#scanning-on-push for more information on how to configure these events. ```
- Loading branch information