We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e5bb0 commit 8e7618fCopy full SHA for 8e7618f
.github/workflows/snyk.yml
@@ -2,7 +2,7 @@ name: Snyk
2
3
on:
4
merge_group:
5
- pull_request_target:
+ pull_request:
6
types:
7
- opened
8
- synchronize
@@ -20,15 +20,8 @@ concurrency:
20
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
21
22
jobs:
23
- authorize:
24
- name: Authorize
25
- environment: ${{ github.actor != 'dependabot[bot]' && github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
26
- runs-on: ubuntu-latest
27
- steps:
28
- - run: true
29
30
check:
31
- needs: authorize # Require approval before running on forked pull requests
32
33
name: Check for Vulnerabilities
34
runs-on: windows-2022
0 commit comments