diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b29b5aeb4..86ba3346b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -117,7 +117,7 @@ jobs: echo "agents=$failed" >> "$GITHUB_OUTPUT" - name: Notify Slack of E2E failure - uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1 + uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 with: webhook: ${{ secrets.E2E_SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58c589c40..4a8300690 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: if: ${{ always() && needs.release.result == 'failure' }} steps: - name: Notify Slack of release failure - uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1 + uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 with: webhook: ${{ secrets.E2E_SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook