Skip to content

Commit c9bf712

Browse files
authored
Update deps.yml
1 parent 3023f7e commit c9bf712

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Enhanced Dependency Scan with Security Checks
33
on:
44
push:
55
branches: [ main ]
6-
pull_request:
6+
pull_requests: wite
77
branches: [ main ]
88

99
permissions:
@@ -52,8 +52,8 @@ jobs:
5252
- name: Commit Auto-Fixes
5353
if: steps.dependency-scan.outputs.fixes_made == 'true'
5454
run: |
55-
git config --global user.name 'GitHub Action'
56-
git config --global user.email 'action@github.com'
55+
git config --global user.name 'mechmind-dwv'
56+
git config --global user.email 'mechmind-dwv@github.com'
5757
git add .
5858
git commit -m "Automated dependency fixes from scan"
5959
git push

0 commit comments

Comments
 (0)