We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3023f7e commit c9bf712Copy full SHA for c9bf712
1 file changed
.github/workflows/deps.yml
@@ -3,7 +3,7 @@ name: Enhanced Dependency Scan with Security Checks
3
on:
4
push:
5
branches: [ main ]
6
- pull_request:
+ pull_requests: wite
7
8
9
permissions:
@@ -52,8 +52,8 @@ jobs:
52
- name: Commit Auto-Fixes
53
if: steps.dependency-scan.outputs.fixes_made == 'true'
54
run: |
55
- git config --global user.name 'GitHub Action'
56
- git config --global user.email 'action@github.com'
+ git config --global user.name 'mechmind-dwv'
+ git config --global user.email 'mechmind-dwv@github.com'
57
git add .
58
git commit -m "Automated dependency fixes from scan"
59
git push
0 commit comments