From c7095b670332d4084760f3d5d8830f8ea1e794c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 07:46:06 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 1.26.0 to 1.27.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.26.0 to 1.27.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.26.0...v1.27.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../notify-about-pending-release-pull-requests.yaml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/notify-about-pending-release-pull-requests.yaml b/.github/workflows/notify-about-pending-release-pull-requests.yaml index ac0462646e..fe3f8e9b27 100644 --- a/.github/workflows/notify-about-pending-release-pull-requests.yaml +++ b/.github/workflows/notify-about-pending-release-pull-requests.yaml @@ -65,7 +65,7 @@ jobs: - name: Send a Slack notification if: ${{ steps.find-pull-requests.outputs.notification_is_needed == 'true' }} - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 env: SLACK_BOT_TOKEN: ${{ env.SLACK_BOT_TOKEN }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3584b2004c..c2eb10e910 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -194,7 +194,7 @@ jobs: - name: Send a Slack notification on failure if: ${{ failure() }} - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 env: SLACK_BOT_TOKEN: ${{ env.SLACK_BOT_TOKEN }} FAILURE_URL: ${{ steps.trigger-deploy.outputs.jenkins_job_url || steps.trigger-build.outputs.jenkins_job_url }} @@ -205,7 +205,7 @@ jobs: - name: Send a Slack notification on success release if: ${{ success() && steps.changesets.outputs.published == 'true' }} - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 with: channel-id: "-frontend-exp-team-notifications" slack-message: "Current master version of Picasso successfully released :green_heart:" @@ -214,7 +214,7 @@ jobs: - name: Send a Slack notification on success PR merge if: ${{ success() && steps.changesets.outputs.published != 'true'}} - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 with: channel-id: "-frontend-exp-team-notifications" slack-message: "A new PR was merged to Picasso :parrotspin:"