File tree 2 files changed +5
-1
lines changed 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Dependency Checker
2
2
on :
3
3
workflow_dispatch :
4
4
schedule :
5
- - cron : ' 0 0 * * 1-5 '
5
+ - cron : ' 0 0 * * 1'
6
6
jobs :
7
7
build :
8
8
runs-on : ubuntu-latest
22
22
with :
23
23
token : ${{ secrets.GH_ACCESS_TOKEN }}
24
24
commit-message : Update latest dependencies
25
+ author : " github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
26
+ committer : " github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
25
27
title : Automated Latest Dependency Updates
26
28
body : " This is an auto-generated PR with **latest** dependency updates."
27
29
branch : latest-dependency-update
Original file line number Diff line number Diff line change 26
26
with :
27
27
token : ${{ secrets.GH_ACCESS_TOKEN }}
28
28
commit-message : Update static code analysis
29
+ author : " github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
30
+ committer : " github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
29
31
title : Latest Code Analysis
30
32
body : " This is an auto-generated PR with the **latest** code analysis results."
31
33
branch : static-code-analysis
You can’t perform that action at this time.
0 commit comments