From 3a7a650f33340187e124a0a1919f3715498dd02e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:22:54 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 3.0.1 to 3.0.2 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackapi/slack-github-action/compare/af78098f536edbc4de71162a307590698245be95...03ea5433c137af7c0495bc0cad1af10403fc800c) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-gitops-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-gitops-pr.yaml b/.github/workflows/reusable-gitops-pr.yaml index 331abac..5dc1b39 100644 --- a/.github/workflows/reusable-gitops-pr.yaml +++ b/.github/workflows/reusable-gitops-pr.yaml @@ -99,7 +99,7 @@ jobs: - name: Post to a Slack channel id: slack if: ${{ inputs.slack-channel-id }} - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 #v3.0.1 + uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c #v3.0.2 with: channel-id: ${{ inputs.slack-channel-id }} slack-message: "PR created ${{ steps.cpr.outputs.pull-request-url }}"