From 29c3a87f2108f3183e6bd979e1493d728dc77334 Mon Sep 17 00:00:00 2001 From: Juan Jose Jaramillo Date: Wed, 23 Aug 2023 11:45:53 -0700 Subject: [PATCH] SECREV-2969: pin the action version using a full length SHA --- .github/workflows/release-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-integration.yml b/.github/workflows/release-integration.yml index c2ede0bb..4cd5fd54 100644 --- a/.github/workflows/release-integration.yml +++ b/.github/workflows/release-integration.yml @@ -100,7 +100,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify failure via Slack - uses: archive/github-actions-slack@v2 + uses: archive/github-actions-slack@d9dae40827adf93bddf939db6552d1e392259d7d with: slack-bot-user-oauth-access-token: ${{ secrets.K8S_AGENTS_SLACK_TOKEN }} slack-channel: ${{ secrets.K8S_AGENTS_SLACK_CHANNEL }}