diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b49a165..0f91320 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -29,7 +29,7 @@ jobs: needs: [deploy] if: ${{ failure() && github.ref == 'refs/heads/main' }} steps: - - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3 + - uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd05d91..390b630 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: needs: [run_tests, static_type_check, run_linter] if: ${{ failure() && github.ref == 'refs/heads/main' }} steps: - - uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3 + - uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook