From 40cb1fe5bf4df5afd848f2fccbfead39d24e92f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 20:55:09 +0000 Subject: [PATCH] Bump archive/github-actions-slack from 2.10.1 to 3.1.0 Bumps [archive/github-actions-slack](https://github.com/archive/github-actions-slack) from 2.10.1 to 3.1.0. - [Release notes](https://github.com/archive/github-actions-slack/releases) - [Commits](https://github.com/archive/github-actions-slack/compare/c643e5093620d65506466f2c9b317d5d29a5e517...433fef9978d3adae73168bfc9c5a7ce722780231) --- updated-dependencies: - dependency-name: archive/github-actions-slack dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yaml | 4 ++-- .github/workflows/scan-branch-sbom.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 081423cf..966f2bb7 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -78,7 +78,7 @@ jobs: - name: Send message to helm_dev slack channel id: notify_dev if: ${{ always() && github.event_name == 'schedule' && steps.codeql-analysis.conclusion != 'success' }} - uses: archive/github-actions-slack@c643e5093620d65506466f2c9b317d5d29a5e517 # v2.10.1 + uses: archive/github-actions-slack@433fef9978d3adae73168bfc9c5a7ce722780231 # v3.1.0 with: slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }} slack-channel: C02979BDUPL @@ -93,7 +93,7 @@ jobs: - name: Send message to helm_notify slack channel id: notify if: ${{ always() && github.event_name == 'schedule' && steps.codeql-analysis.conclusion == 'success' }} - uses: archive/github-actions-slack@c643e5093620d65506466f2c9b317d5d29a5e517 # v2.10.1 + uses: archive/github-actions-slack@433fef9978d3adae73168bfc9c5a7ce722780231 # v3.1.0 with: slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }} slack-channel: C04K1ARMH8A diff --git a/.github/workflows/scan-branch-sbom.yaml b/.github/workflows/scan-branch-sbom.yaml index 3b75caf2..3a51739f 100644 --- a/.github/workflows/scan-branch-sbom.yaml +++ b/.github/workflows/scan-branch-sbom.yaml @@ -49,7 +49,7 @@ jobs: - name: Send message on scan failure id: notify if: ${{ steps.scan.outcome == 'failure' && inputs.notify-on-failure }} - uses: archive/github-actions-slack@c643e5093620d65506466f2c9b317d5d29a5e517 # v2.10.1 + uses: archive/github-actions-slack@433fef9978d3adae73168bfc9c5a7ce722780231 # v3.1.0 with: slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }} slack-channel: C02979BDUPL