We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bbbd4 commit 9c3b55fCopy full SHA for 9c3b55f
1 file changed
.github/workflows/_build.yaml
@@ -65,6 +65,14 @@ jobs:
65
with:
66
fetch-depth: 0
67
68
+ # Dependency review scans for introduced vulnerabilities and compatible licenses.
69
+ - name: Dependency Review
70
+ uses: actions/dependency-review-action@0efb1d1d84fc9633afcdaad14c485cbbc90ef46c # v2.5.1
71
+ with:
72
+ fail-on-severity: moderate
73
+ license-check: true
74
+ vulnerability-check: true
75
+
76
- name: Set up Python
77
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
78
0 commit comments