We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2550070 commit 4dcca34Copy full SHA for 4dcca34
1 file changed
.github/workflows/sast.yml
@@ -28,6 +28,7 @@ jobs:
28
fetch-depth: 0
29
persist-credentials: false
30
- name: "Dependency Review"
31
+ if: github.event_name == 'pull_request'
32
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
33
with:
34
fail-on-severity: moderate
0 commit comments