From 8d43f420b9a3e65c075f4d98db944677ca491d8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 15:16:55 +0000 Subject: [PATCH] chore(deps): update endbug/add-and-commit action to v9 --- .github/workflows/report.yml | 2 +- .github/workflows/scans.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index bca010fa39b..7bf01313eaa 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -41,7 +41,7 @@ jobs: # if-no-files-found: error # save full report for history - - uses: EndBug/add-and-commit@v7 + - uses: EndBug/add-and-commit@v9 with: add: '["report.json"]' default_author: github_actions diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index dc852ae705c..1a0831034ad 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -227,7 +227,7 @@ jobs: with: url: ${{ matrix.sites.url }} - - uses: EndBug/add-and-commit@v7 + - uses: EndBug/add-and-commit@v9 with: add: '["results"]' author_name: ${{ secrets.SOCIALGROOVYBOT_NAME }}