From 9c71360ff4d34f7e5d8c0c48a2cfd7d040cd7431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 03:56:47 +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/ed1309ab9862e57e9e583e51c7889486b9a00b0f...44541246747a30eb3102d87f7a4cc5471b0ffb7d) --- updated-dependencies: - dependency-name: act10ns/slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/end_to_end_tests.yaml | 12 ++++++------ .github/workflows/lint_tests.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/secrets-scanner.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/end_to_end_tests.yaml b/.github/workflows/end_to_end_tests.yaml index eb8d717..1ba3656 100644 --- a/.github/workflows/end_to_end_tests.yaml +++ b/.github/workflows/end_to_end_tests.yaml @@ -127,7 +127,7 @@ jobs: # requests and that's why we need this special conditional and check for github.head_ref in # case of PRs if: ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }} - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0.0 + uses: act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d # v2.1.0 env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} with: @@ -201,7 +201,7 @@ jobs: # requests and that's why we need this special conditional and check for github.head_ref in # case of PRs if: ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }} - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0.0 + uses: act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d # v2.1.0 env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} with: @@ -283,7 +283,7 @@ jobs: # requests and that's why we need this special conditional and check for github.head_ref in # case of PRs if: ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }} - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0.0 + uses: act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d # v2.1.0 env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} with: @@ -360,7 +360,7 @@ jobs: # requests and that's why we need this special conditional and check for github.head_ref in # case of PRs if: ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }} - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0.0 + uses: act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d # v2.1.0 env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} with: @@ -474,7 +474,7 @@ jobs: # requests and that's why we need this special conditional and check for github.head_ref in # case of PRs if: ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }} - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0.0 + uses: act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d # v2.1.0 env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} with: @@ -580,7 +580,7 @@ jobs: # requests and that's why we need this special conditional and check for github.head_ref in # case of PRs if: ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }} - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0.0 + uses: act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d # v2.1.0 env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} with: diff --git a/.github/workflows/lint_tests.yml b/.github/workflows/lint_tests.yml index 3de98b5..6a7db87 100644 --- a/.github/workflows/lint_tests.yml +++ b/.github/workflows/lint_tests.yml @@ -48,7 +48,7 @@ jobs: # requests and that's why we need this special conditional and check for github.head_ref in # case of PRs if: ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }} - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0.0 + uses: act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d # v2.1.0 env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} with: @@ -108,7 +108,7 @@ jobs: # requests and that's why we need this special conditional and check for github.head_ref in # case of PRs if: ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }} - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0.0 + uses: act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d # v2.1.0 env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e21fc0..b1ab0bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: # requests and that's why we need this special conditional and check for github.head_ref in # case of PRs if: ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }} - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0.0 + uses: act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d # v2.1.0 env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} with: diff --git a/.github/workflows/secrets-scanner.yaml b/.github/workflows/secrets-scanner.yaml index 4b834b9..eca115f 100644 --- a/.github/workflows/secrets-scanner.yaml +++ b/.github/workflows/secrets-scanner.yaml @@ -63,7 +63,7 @@ jobs: - name: Notify Slack on Failure if: ${{ failure() && github.ref_name == 'main' }} - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0.0 + uses: act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d # v2.1.0 env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} with: