diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index a8e2825d1e..1ab1ae8541 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"]' author_name: ${{ secrets.SOCIALGROOVYBOT_NAME }} diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index d3332090c1..636c0e00ad 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -222,7 +222,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 }}