From 48d9aad0a4d5e5fbc07ba2794f220754f987a4d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 16:08:49 +0000 Subject: [PATCH] build(deps): bump 8398a7/action-slack from 3.9.1 to 3.15.0 Bumps [8398a7/action-slack](https://github.com/8398a7/action-slack) from 3.9.1 to 3.15.0. - [Release notes](https://github.com/8398a7/action-slack/releases) - [Commits](https://github.com/8398a7/action-slack/compare/dcc8c8e9dd8802e21a712dc0c003db97b42efe43...bdc6f9de222d3b7518e6cf99c4f3410f653cfde3) --- updated-dependencies: - dependency-name: 8398a7/action-slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bpf-checks.yaml | 6 +++--- .github/workflows/docs.yaml | 2 +- .github/workflows/go-check.yaml | 10 +++++----- .github/workflows/images-legacy-hotfix-releases.yaml | 2 +- .github/workflows/images-legacy-releases.yaml | 2 +- .github/workflows/images-legacy.yaml | 2 +- .github/workflows/images.yaml | 2 +- .github/workflows/nightly.yaml | 2 +- .github/workflows/smoke-test-ipv6.yaml | 2 +- .github/workflows/smoke-test.yaml | 2 +- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/bpf-checks.yaml b/.github/workflows/bpf-checks.yaml index 77e5af7145484..8729310f971dc 100644 --- a/.github/workflows/bpf-checks.yaml +++ b/.github/workflows/bpf-checks.yaml @@ -19,7 +19,7 @@ jobs: uses: docker://quay.io/cilium/cilium-checkpatch:cc7e6b5811f46d7b040dedfe2f6b0010c2c51a12@sha256:9160b6ca58eb99a3ed5d567a494b2e2001325ebad32029c5bd17a8ae4df01044 - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) @@ -35,7 +35,7 @@ jobs: entrypoint: ./contrib/coccinelle/check-cocci.sh - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) @@ -68,7 +68,7 @@ jobs: make --quiet -C bpf build_all || (echo "Run 'make -C bpf build_all' locally to investigate build breakages"; exit 1) - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 576997276bb2f..7f1f435b66eca 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -18,7 +18,7 @@ jobs: args: html - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) diff --git a/.github/workflows/go-check.yaml b/.github/workflows/go-check.yaml index 7154c3d37efe0..78422a9cd919e 100644 --- a/.github/workflows/go-check.yaml +++ b/.github/workflows/go-check.yaml @@ -23,7 +23,7 @@ jobs: git diff --exit-code || (echo "please run 'go mod tidy && go mod vendor', and submit your changes"; exit 1) - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) @@ -41,7 +41,7 @@ jobs: version: v1.31 - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) @@ -66,7 +66,7 @@ jobs: make precheck - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) @@ -91,7 +91,7 @@ jobs: contrib/scripts/check-api-code-gen.sh - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) @@ -128,7 +128,7 @@ jobs: - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) diff --git a/.github/workflows/images-legacy-hotfix-releases.yaml b/.github/workflows/images-legacy-hotfix-releases.yaml index 7643a30f68cbb..ffe15314ffa74 100644 --- a/.github/workflows/images-legacy-hotfix-releases.yaml +++ b/.github/workflows/images-legacy-hotfix-releases.yaml @@ -88,7 +88,7 @@ jobs: - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) diff --git a/.github/workflows/images-legacy-releases.yaml b/.github/workflows/images-legacy-releases.yaml index 65f6443452054..123756d29131d 100644 --- a/.github/workflows/images-legacy-releases.yaml +++ b/.github/workflows/images-legacy-releases.yaml @@ -100,7 +100,7 @@ jobs: - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) diff --git a/.github/workflows/images-legacy.yaml b/.github/workflows/images-legacy.yaml index 0f243b305bcae..e89e0ad66ff34 100644 --- a/.github/workflows/images-legacy.yaml +++ b/.github/workflows/images-legacy.yaml @@ -99,7 +99,7 @@ jobs: - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index a1f86e299c776..1094a8efb1eea 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -97,7 +97,7 @@ jobs: - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 1568cc0bc73c6..61fc9288dfcad 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -59,7 +59,7 @@ jobs: - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) diff --git a/.github/workflows/smoke-test-ipv6.yaml b/.github/workflows/smoke-test-ipv6.yaml index 7999318739659..51844a4c0e619 100644 --- a/.github/workflows/smoke-test-ipv6.yaml +++ b/.github/workflows/smoke-test-ipv6.yaml @@ -93,7 +93,7 @@ jobs: - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message) diff --git a/.github/workflows/smoke-test.yaml b/.github/workflows/smoke-test.yaml index d33dc0d6ef823..2c27cc3abe3c4 100644 --- a/.github/workflows/smoke-test.yaml +++ b/.github/workflows/smoke-test.yaml @@ -154,7 +154,7 @@ jobs: - name: Send slack notification if: ${{ (cancelled() || failure()) && (github.event_name == 'schedule' || github.event_name == 'push') }} - uses: 8398a7/action-slack@dcc8c8e9dd8802e21a712dc0c003db97b42efe43 + uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 with: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)