diff --git a/.github/workflows/dependency_checker.yml b/.github/workflows/dependency_checker.yml index 7dbe8703..7900502e 100644 --- a/.github/workflows/dependency_checker.yml +++ b/.github/workflows/dependency_checker.yml @@ -2,7 +2,7 @@ name: Dependency Checker on: workflow_dispatch: schedule: - - cron: '0 0 * * 1-5' + - cron: '0 0 * * 1' jobs: build: runs-on: ubuntu-latest @@ -22,6 +22,8 @@ jobs: with: token: ${{ secrets.GH_ACCESS_TOKEN }} commit-message: Update latest dependencies + author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" + committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" title: Automated Latest Dependency Updates body: "This is an auto-generated PR with **latest** dependency updates." branch: latest-dependency-update diff --git a/.github/workflows/static_code_analysis.yml b/.github/workflows/static_code_analysis.yml index 72bc07f5..6bb8de34 100644 --- a/.github/workflows/static_code_analysis.yml +++ b/.github/workflows/static_code_analysis.yml @@ -26,6 +26,8 @@ jobs: with: token: ${{ secrets.GH_ACCESS_TOKEN }} commit-message: Update static code analysis + author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" + committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" title: Latest Code Analysis body: "This is an auto-generated PR with the **latest** code analysis results." branch: static-code-analysis