From a17d29d7ef288ffedf2ce6a7e2fa54b431a1c0df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 21:10:36 +0000 Subject: [PATCH] build(deps): bump 8398a7/action-slack from 3.11.0 to 3.12.0 Bumps [8398a7/action-slack](https://github.com/8398a7/action-slack) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/8398a7/action-slack/releases) - [Commits](https://github.com/8398a7/action-slack/compare/b17d9de8e9ed64b041e4fac845d6fdb2be6b9b04...c9ff874f8549f97317ec9f6162d5449ee77bc984) --- updated-dependencies: - dependency-name: 8398a7/action-slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/aks.yaml | 2 +- .github/workflows/eks-tunnel.yaml | 2 +- .github/workflows/eks.yaml | 2 +- .github/workflows/externalworkloads.yaml | 2 +- .github/workflows/gke.yaml | 2 +- .github/workflows/go.yaml | 2 +- .github/workflows/images.yaml | 2 +- .github/workflows/kind.yaml | 2 +- .github/workflows/multicluster.yaml | 2 +- .github/workflows/release.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/aks.yaml b/.github/workflows/aks.yaml index c35b25ec8c..942cdc2219 100644 --- a/.github/workflows/aks.yaml +++ b/.github/workflows/aks.yaml @@ -258,7 +258,7 @@ jobs: - name: Send slack notification if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@b17d9de8e9ed64b041e4fac845d6fdb2be6b9b04 + uses: 8398a7/action-slack@c9ff874f8549f97317ec9f6162d5449ee77bc984 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took diff --git a/.github/workflows/eks-tunnel.yaml b/.github/workflows/eks-tunnel.yaml index 709ae0e676..780f79979d 100644 --- a/.github/workflows/eks-tunnel.yaml +++ b/.github/workflows/eks-tunnel.yaml @@ -199,7 +199,7 @@ jobs: - name: Send slack notification if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@b17d9de8e9ed64b041e4fac845d6fdb2be6b9b04 + uses: 8398a7/action-slack@c9ff874f8549f97317ec9f6162d5449ee77bc984 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took diff --git a/.github/workflows/eks.yaml b/.github/workflows/eks.yaml index f6887949ba..bd571269cd 100644 --- a/.github/workflows/eks.yaml +++ b/.github/workflows/eks.yaml @@ -199,7 +199,7 @@ jobs: - name: Send slack notification if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@b17d9de8e9ed64b041e4fac845d6fdb2be6b9b04 + uses: 8398a7/action-slack@c9ff874f8549f97317ec9f6162d5449ee77bc984 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took diff --git a/.github/workflows/externalworkloads.yaml b/.github/workflows/externalworkloads.yaml index 08f8b937af..4950f9b1f1 100644 --- a/.github/workflows/externalworkloads.yaml +++ b/.github/workflows/externalworkloads.yaml @@ -247,7 +247,7 @@ jobs: - name: Send slack notification if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@b17d9de8e9ed64b041e4fac845d6fdb2be6b9b04 + uses: 8398a7/action-slack@c9ff874f8549f97317ec9f6162d5449ee77bc984 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took diff --git a/.github/workflows/gke.yaml b/.github/workflows/gke.yaml index ef88630c1d..629ba84e66 100644 --- a/.github/workflows/gke.yaml +++ b/.github/workflows/gke.yaml @@ -157,7 +157,7 @@ jobs: - name: Send slack notification if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@b17d9de8e9ed64b041e4fac845d6fdb2be6b9b04 + uses: 8398a7/action-slack@c9ff874f8549f97317ec9f6162d5449ee77bc984 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index db9c5960cf..4179432473 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -60,7 +60,7 @@ jobs: - name: Send slack notification if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@b17d9de8e9ed64b041e4fac845d6fdb2be6b9b04 + uses: 8398a7/action-slack@c9ff874f8549f97317ec9f6162d5449ee77bc984 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 45f1532505..bd11727018 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -109,7 +109,7 @@ jobs: - name: Send slack notification if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@b17d9de8e9ed64b041e4fac845d6fdb2be6b9b04 + uses: 8398a7/action-slack@c9ff874f8549f97317ec9f6162d5449ee77bc984 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took diff --git a/.github/workflows/kind.yaml b/.github/workflows/kind.yaml index 034ca79a7b..d7a79aff30 100644 --- a/.github/workflows/kind.yaml +++ b/.github/workflows/kind.yaml @@ -105,7 +105,7 @@ jobs: - name: Send slack notification if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@b17d9de8e9ed64b041e4fac845d6fdb2be6b9b04 + uses: 8398a7/action-slack@c9ff874f8549f97317ec9f6162d5449ee77bc984 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took diff --git a/.github/workflows/multicluster.yaml b/.github/workflows/multicluster.yaml index 8da3187e2c..25126f1125 100644 --- a/.github/workflows/multicluster.yaml +++ b/.github/workflows/multicluster.yaml @@ -211,7 +211,7 @@ jobs: - name: Send slack notification if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@b17d9de8e9ed64b041e4fac845d6fdb2be6b9b04 + uses: 8398a7/action-slack@c9ff874f8549f97317ec9f6162d5449ee77bc984 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2e3f828adb..defb25f202 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,7 +47,7 @@ jobs: - name: Send slack notification if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@b17d9de8e9ed64b041e4fac845d6fdb2be6b9b04 + uses: 8398a7/action-slack@c9ff874f8549f97317ec9f6162d5449ee77bc984 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took