Skip to content

Commit

Permalink
build(deps): bump 8398a7/action-slack from 3.13.2 to 3.14.0
Browse files Browse the repository at this point in the history
Bumps [8398a7/action-slack](https://github.com/8398a7/action-slack) from 3.13.2 to 3.14.0.
- [Release notes](https://github.com/8398a7/action-slack/releases)
- [Commits](8398a7/action-slack@2204883...a189acb)

---
updated-dependencies:
- dependency-name: 8398a7/action-slack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and joestringer committed Sep 26, 2022
1 parent a97db08 commit 521993d
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-images-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:

- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-images-hotfixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-images-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:

- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:

- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
args: html
- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-bpf-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
make -C bpf checkpatch || (echo "Run 'make -C bpf checkpatch' locally to investigate reports"; exit 1)
- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand All @@ -76,7 +76,7 @@ jobs:
entrypoint: ./contrib/coccinelle/check-cocci.sh
- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
make -C test run_bpf_tests || (echo "Run 'make -C test run_bpf_tests' locally to investigate failures"; exit 1)
- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-build-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
test -z "$(git status --porcelain)" || (echo "please run 'go mod tidy && go mod vendor', and submit your changes"; exit 1)
- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand All @@ -59,7 +59,7 @@ jobs:
skip-cache: true
- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand All @@ -85,7 +85,7 @@ jobs:
make precheck
- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand All @@ -111,7 +111,7 @@ jobs:
contrib/scripts/check-api-code-gen.sh
- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-images-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-smoke-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:

- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:

- name: Send slack notification
if: ${{ !success() && (github.event_name == 'schedule' || github.event_name == 'push') }}
uses: 8398a7/action-slack@22048831299719d772f51719ca7384e34b4cc61d
uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
Expand Down

0 comments on commit 521993d

Please sign in to comment.