diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 59e4b10c8..de6b53f31 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,7 +74,7 @@ jobs: - name: Publish to npm run: npx nx release publish ${{ (github.event.inputs['dry-run'] == 'true' && '--dry-run') || '' }} - - uses: tryghost/actions/actions/slack-build@46ce4046333519b93109b3db80bb7f279828b3c8 # main + - uses: tryghost/actions/actions/slack-build@1dd21a5e73d36b49b8f52421ec755fc911fc1ccc # main if: failure() with: status: ${{ job.status }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9daa1b86..6b80ab28a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,7 @@ jobs: - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 - - uses: tryghost/actions/actions/slack-build@46ce4046333519b93109b3db80bb7f279828b3c8 # main + - uses: tryghost/actions/actions/slack-build@1dd21a5e73d36b49b8f52421ec755fc911fc1ccc # main if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main' with: status: ${{ job.status }}