From 6a2138a00b241111d1f3787de447cdacea6f1996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 13:02:18 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-or-update-comment from 4 to 5 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/powerpipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/powerpipe.yml b/.github/workflows/powerpipe.yml index f84c31d4..919717c2 100644 --- a/.github/workflows/powerpipe.yml +++ b/.github/workflows/powerpipe.yml @@ -153,7 +153,7 @@ jobs: echo "EOF" >> $GITHUB_ENV - name: 💬 Comment on the PR with the markdown report - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.TOKEN }} issue-number: ${{ github.event.pull_request.number }}