From c3a97d807392f789c8376c4ad9bf5e48afb0e07c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 08:49:09 +0000 Subject: [PATCH] Bump the ci group with 2 updates Bumps the ci group with 2 updates: [8BitJonny/gh-get-current-pr](https://github.com/8bitjonny/gh-get-current-pr) and [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request). Updates `8BitJonny/gh-get-current-pr` from 2.2.0 to 3.0.0 - [Release notes](https://github.com/8bitjonny/gh-get-current-pr/releases) - [Commits](https://github.com/8bitjonny/gh-get-current-pr/compare/2.2.0...3.0.0) Updates `thollander/actions-comment-pull-request` from 2.4.3 to 2.5.0 - [Release notes](https://github.com/thollander/actions-comment-pull-request/releases) - [Commits](https://github.com/thollander/actions-comment-pull-request/compare/v2.4.3...v2.5.0) --- updated-dependencies: - dependency-name: 8BitJonny/gh-get-current-pr dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: thollander/actions-comment-pull-request dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/mend_scan.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mend_scan.yaml b/.github/workflows/mend_scan.yaml index 60c4c51441..36868807ab 100644 --- a/.github/workflows/mend_scan.yaml +++ b/.github/workflows/mend_scan.yaml @@ -174,7 +174,7 @@ jobs: fi - name: Check if PR exists - uses: 8BitJonny/gh-get-current-pr@2.2.0 + uses: 8BitJonny/gh-get-current-pr@3.0.0 id: pr_exists with: filterOutClosed: true @@ -182,7 +182,7 @@ jobs: - name: Comment Mend Status on PR if: ${{ github.event_name != 'schedule' && steps.pr_exists.outputs.pr_found == 'true' }} - uses: thollander/actions-comment-pull-request@v2.4.3 + uses: thollander/actions-comment-pull-request@v2.5.0 with: message: | ## Mend Scan Summary: :${{ steps.report.outputs.status }}: