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 a965e24cf56..a171a91929b 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -219,7 +219,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 }}