From 389c4e24dcc18b6f1e89a420804c614fe0740a06 Mon Sep 17 00:00:00 2001 From: R-Palazzo Date: Mon, 15 Apr 2024 09:08:48 +0100 Subject: [PATCH 1/2] add github committer --- .github/workflows/static_code_analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static_code_analysis.yml b/.github/workflows/static_code_analysis.yml index 72bc07f..6bb8de3 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 From 76ef4156ee093a152bfca74beb6ee9e6485963b0 Mon Sep 17 00:00:00 2001 From: R-Palazzo Date: Thu, 18 Apr 2024 11:28:02 +0100 Subject: [PATCH 2/2] dependency checker --- .github/workflows/dependency_checker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependency_checker.yml b/.github/workflows/dependency_checker.yml index 7dbe870..7900502 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