diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 2b8f3ac8dc9..40217711846 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -393,7 +393,7 @@ jobs: [[ ${{ needs.integration-benches.result }} =~ success|skipped ]] - name: Notify Slack on failure - uses: rtCamp/action-slack-notify@c318f0a93a2bbf24828a21c271765cb9a5c92727 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce if: ${{ failure() && github.event_name == 'merge_group' }} env: SLACK_LINK_NAMES: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2a61ff9ea4c..701cffd3be3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -100,7 +100,7 @@ jobs: [[ ${{ needs.sourcemaps.result }} =~ success|skipped ]] - name: Notify Slack on failure - uses: rtCamp/action-slack-notify@c318f0a93a2bbf24828a21c271765cb9a5c92727 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce if: ${{ failure() && github.event_name == 'merge_group' }} env: SLACK_LINK_NAMES: true diff --git a/.github/workflows/hash-backend-cd.yml b/.github/workflows/hash-backend-cd.yml index 5d410675938..8731155b86d 100644 --- a/.github/workflows/hash-backend-cd.yml +++ b/.github/workflows/hash-backend-cd.yml @@ -522,7 +522,7 @@ jobs: if: ${{ failure() }} steps: - name: Slack Notification - uses: rtCamp/action-slack-notify@c318f0a93a2bbf24828a21c271765cb9a5c92727 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_LINK_NAMES: true SLACK_MESSAGE: "Error deploying the HASH backend <@U0143NL4GMP> <@U02NLJY0FGX>" # Notifies C & T diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ebb5c263dc4..742a480b74d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -342,7 +342,7 @@ jobs: [[ ${{ needs.global.result }} =~ success|skipped ]] - name: Notify Slack on failure - uses: rtCamp/action-slack-notify@c318f0a93a2bbf24828a21c271765cb9a5c92727 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce if: ${{ failure() && github.event_name == 'merge_group' }} env: SLACK_LINK_NAMES: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 142f03f13f9..11b5be34fcd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Notify Slack on failure - uses: rtCamp/action-slack-notify@c318f0a93a2bbf24828a21c271765cb9a5c92727 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce if: ${{ failure() }} env: SLACK_LINK_NAMES: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7b359ca792..0bc13210a48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -436,7 +436,7 @@ jobs: [[ ${{ needs.publish.result }} =~ success|skipped ]] - name: Notify Slack on failure - uses: rtCamp/action-slack-notify@c318f0a93a2bbf24828a21c271765cb9a5c92727 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce if: ${{ failure() && github.event_name == 'merge_group' }} env: SLACK_LINK_NAMES: true diff --git a/.github/workflows/tf-apply-hash.yml b/.github/workflows/tf-apply-hash.yml index 7aa71ddc475..542b1ff3800 100644 --- a/.github/workflows/tf-apply-hash.yml +++ b/.github/workflows/tf-apply-hash.yml @@ -63,7 +63,7 @@ jobs: env: ${{ matrix.env }} - name: Notify Slack on failure - uses: rtCamp/action-slack-notify@c318f0a93a2bbf24828a21c271765cb9a5c92727 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce if: ${{ failure() }} env: SLACK_LINK_NAMES: true