From a999f1e40b82efae4060cca2305325a45b772b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 18:49:22 +0000 Subject: [PATCH] chore: bump rtCamp/action-slack-notify from 2.3.0 to 2.3.2 Bumps [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) from 2.3.0 to 2.3.2. - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](https://github.com/rtcamp/action-slack-notify/compare/4e5fb42d249be6a45a298f3c9543b111b02f7907...c33737706dea87cd7784c687dadc9adf1be59990) --- updated-dependencies: - dependency-name: rtCamp/action-slack-notify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarks.yaml | 2 +- .github/workflows/check_github_actions.yaml | 2 +- .github/workflows/check_github_issues.yaml | 2 +- .github/workflows/ci_timing.yaml | 2 +- .github/workflows/cifar_benchmark.yaml | 2 +- .github/workflows/continuous-integration.yaml | 4 ++-- .github/workflows/prepare_release.yaml | 2 +- .github/workflows/publish_aws_ami.yaml | 2 +- .github/workflows/refresh-notebooks-gpu.yaml | 2 +- .github/workflows/refresh-notebooks.yaml | 2 +- .github/workflows/refresh-one-notebook.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/run_one_use_cases_example.yaml | 2 +- .github/workflows/run_use_cases_examples.yaml | 2 +- .github/workflows/weekly-pip-audit.yaml | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index 4287e06a5..ad7a62706 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -157,7 +157,7 @@ jobs: - name: Slack Notification if: ${{ always() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png diff --git a/.github/workflows/check_github_actions.yaml b/.github/workflows/check_github_actions.yaml index 3a2996a15..e7a55535e 100644 --- a/.github/workflows/check_github_actions.yaml +++ b/.github/workflows/check_github_actions.yaml @@ -36,7 +36,7 @@ jobs: - name: Slack Notification if: ${{ always() && !success() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png diff --git a/.github/workflows/check_github_issues.yaml b/.github/workflows/check_github_issues.yaml index f922ea47e..2a4040dce 100644 --- a/.github/workflows/check_github_issues.yaml +++ b/.github/workflows/check_github_issues.yaml @@ -46,7 +46,7 @@ jobs: - name: Slack Notification if: ${{ always() && !success() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png diff --git a/.github/workflows/ci_timing.yaml b/.github/workflows/ci_timing.yaml index 905b2d6f9..005ea9738 100644 --- a/.github/workflows/ci_timing.yaml +++ b/.github/workflows/ci_timing.yaml @@ -73,7 +73,7 @@ jobs: - name: Slack Notification if: ${{ success() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png diff --git a/.github/workflows/cifar_benchmark.yaml b/.github/workflows/cifar_benchmark.yaml index 3b60316d0..adfa2c0f4 100644 --- a/.github/workflows/cifar_benchmark.yaml +++ b/.github/workflows/cifar_benchmark.yaml @@ -226,7 +226,7 @@ jobs: - name: Slack Notification if: ${{ always() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 9b81e3b96..05bbe0659 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -1253,7 +1253,7 @@ jobs: echo "EOF" >> "$GITHUB_ENV" - name: Send Slack report - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png @@ -1281,7 +1281,7 @@ jobs: steps: - name: Send stop EC2 failure Slack alert - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png diff --git a/.github/workflows/prepare_release.yaml b/.github/workflows/prepare_release.yaml index dc7286c68..d81083c30 100644 --- a/.github/workflows/prepare_release.yaml +++ b/.github/workflows/prepare_release.yaml @@ -121,7 +121,7 @@ jobs: - name: Slack Notification if: ${{ always() && !success() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png diff --git a/.github/workflows/publish_aws_ami.yaml b/.github/workflows/publish_aws_ami.yaml index 2f2bebe71..8959b2624 100644 --- a/.github/workflows/publish_aws_ami.yaml +++ b/.github/workflows/publish_aws_ami.yaml @@ -83,7 +83,7 @@ jobs: - name: Slack Notification if: ${{ always() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png diff --git a/.github/workflows/refresh-notebooks-gpu.yaml b/.github/workflows/refresh-notebooks-gpu.yaml index 0071daf2e..c4fc9d575 100644 --- a/.github/workflows/refresh-notebooks-gpu.yaml +++ b/.github/workflows/refresh-notebooks-gpu.yaml @@ -151,7 +151,7 @@ jobs: - name: Slack Notification if: ${{ always() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png diff --git a/.github/workflows/refresh-notebooks.yaml b/.github/workflows/refresh-notebooks.yaml index f92480cfd..6fe66ac12 100644 --- a/.github/workflows/refresh-notebooks.yaml +++ b/.github/workflows/refresh-notebooks.yaml @@ -159,7 +159,7 @@ jobs: - name: Slack Notification if: ${{ always() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png diff --git a/.github/workflows/refresh-one-notebook.yaml b/.github/workflows/refresh-one-notebook.yaml index b09f430e4..9c9c058b8 100644 --- a/.github/workflows/refresh-one-notebook.yaml +++ b/.github/workflows/refresh-one-notebook.yaml @@ -269,7 +269,7 @@ jobs: - name: Slack Notification continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 87b4c8241..e3e216600 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -632,7 +632,7 @@ jobs: - name: Slack Notification if: ${{ always() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png diff --git a/.github/workflows/run_one_use_cases_example.yaml b/.github/workflows/run_one_use_cases_example.yaml index a09638ca8..ae4598716 100644 --- a/.github/workflows/run_one_use_cases_example.yaml +++ b/.github/workflows/run_one_use_cases_example.yaml @@ -188,7 +188,7 @@ jobs: - name: Slack Notification if: ${{ always() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png diff --git a/.github/workflows/run_use_cases_examples.yaml b/.github/workflows/run_use_cases_examples.yaml index cef6f0857..5b5f0ca2b 100644 --- a/.github/workflows/run_use_cases_examples.yaml +++ b/.github/workflows/run_use_cases_examples.yaml @@ -128,7 +128,7 @@ jobs: - name: Slack Notification if: ${{ always() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png diff --git a/.github/workflows/weekly-pip-audit.yaml b/.github/workflows/weekly-pip-audit.yaml index 66ee557ef..c88a15d6e 100644 --- a/.github/workflows/weekly-pip-audit.yaml +++ b/.github/workflows/weekly-pip-audit.yaml @@ -96,7 +96,7 @@ jobs: - name: Slack Notification if: ${{ always() && !success() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 env: SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png