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