We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f27c3f commit d19aa35Copy full SHA for d19aa35
1 file changed
.github/workflows/dependency-scan.yml
@@ -7,7 +7,10 @@
7
with:
8
strict-mode: true
9
auto-fix: true
10
-# Optional: Report issues if any were found
+ Step: Run dependency scan using MechMind AI Dependency Action
11
+ forms a strict dependency analysis
12
+ Automatically fixes common issuesPerforms a strict dependency analysis
13
+ Automatically fixes common issues
14
- name: Report Issues
15
if: steps.dependency-scan.outputs.issues_found == 'true'
16
run: echo "Dependency issues found! Review the scan results."
0 commit comments