From 50297d08359fc0b8c8578ceed18b8fb7c0afe3d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 02:34:37 +0000 Subject: [PATCH] chore(deps): bump slackapi/slack-github-action Bumps the github-action-dependencies group with 1 update in the / directory: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `slackapi/slack-github-action` from 1.25.0 to 2.0.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.25.0...v2.0.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/code-signing-maintenance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-signing-maintenance.yml b/.github/workflows/code-signing-maintenance.yml index 073d72e..25d86a8 100644 --- a/.github/workflows/code-signing-maintenance.yml +++ b/.github/workflows/code-signing-maintenance.yml @@ -39,7 +39,7 @@ jobs: # Creating of code signing files via CI server on SDK code bases is not yet done. Once it is, we can add that feature. - name: Notify team about schedule maintenance - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v2.0.0 with: # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder payload: | @@ -62,7 +62,7 @@ jobs: SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK - name: Notify team deleting certificates failed. Fix issue so we can get certificates deleted before expiring. - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v2.0.0 if: ${{ failure() }} # only run this if any previous step failed with: # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder