From c864a0afd30cd43a4d08439f96196c8b29a249a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 04:06:15 +0000 Subject: [PATCH] Bump mshick/add-pr-comment Bumps [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) from 07f690343c25a94e24a8acb70d03c86b701ae322 to 2. 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...f116a1a8287fb2a18975efb9e807a64651d2b63b) --- 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..c7e5d7d 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@f116a1a8287fb2a18975efb9e807a64651d2b63b with: message: | Here is your **BuildScan** from latest pipeline build: ${{steps.extract_buildscan.outputs.scan_url}}