From 0bd2b716ecee63479341ec028c32454fa2499929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:54:21 +0000 Subject: [PATCH] Bump act10ns/slack from 2.0.0 to 2.1.0 Bumps [act10ns/slack](https://github.com/act10ns/slack) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/act10ns/slack/releases) - [Changelog](https://github.com/act10ns/slack/blob/master/RELEASE.md) - [Commits](https://github.com/act10ns/slack/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: act10ns/slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/securitypipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/securitypipeline.yaml b/.github/workflows/securitypipeline.yaml index dc8af337..5c1c85c3 100644 --- a/.github/workflows/securitypipeline.yaml +++ b/.github/workflows/securitypipeline.yaml @@ -18,7 +18,7 @@ jobs: - name: Report Status if: failure() - uses: act10ns/slack@v2.0.0 + uses: act10ns/slack@v2.1.0 with: channel: '#infosec-alerts' status: ${{ job.status }}