From c0b7373ff5e9732b551d415d3d9e5ddcf6a55b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 12:06:56 +0000 Subject: [PATCH] Bump mshick/add-pr-comment Bumps [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) from 07f690343c25a94e24a8acb70d03c86b701ae322 to 1. This release includes the previously tagged commit. - [Release notes](https://github.com/mshick/add-pr-comment/releases) - [Commits](https://github.com/mshick/add-pr-comment/compare/07f690343c25a94e24a8acb70d03c86b701ae322...5cd99bf9c186219af43341076f1fe9c09e5a9934) --- updated-dependencies: - dependency-name: mshick/add-pr-comment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pullrequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 8abd695..e902bf7 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -18,7 +18,7 @@ jobs: repositoryPassword: ${{ secrets.repositoryPassword }} id: extract_buildscan - name: Add Buildscan to PR - uses: mshick/add-pr-comment@07f690343c25a94e24a8acb70d03c86b701ae322 + uses: mshick/add-pr-comment@5cd99bf9c186219af43341076f1fe9c09e5a9934 with: message: | Here is your **BuildScan** from latest pipeline build: ${{steps.extract_buildscan.outputs.scan_url}}