diff --git a/.github/workflows/add-labels-standardized.yaml b/.github/workflows/add-labels-standardized.yaml index 8bbcc456..20269752 100644 --- a/.github/workflows/add-labels-standardized.yaml +++ b/.github/workflows/add-labels-standardized.yaml @@ -22,6 +22,6 @@ jobs: if: ${{ always() && contains(fromJSON('["failure", "cancelled"]'), needs.add-issue-labels.outputs.job-status) }} secrets: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v3 + uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v4 with: job-status: ${{ needs.add-issue-labels.outputs.job-status }} diff --git a/.github/workflows/add-to-project-app-server-dependabot.yaml b/.github/workflows/add-to-project-app-server-dependabot.yaml index 7da26249..f0d0f736 100644 --- a/.github/workflows/add-to-project-app-server-dependabot.yaml +++ b/.github/workflows/add-to-project-app-server-dependabot.yaml @@ -21,6 +21,6 @@ jobs: if: ${{ always() && contains(fromJSON('["failure", "cancelled"]'), needs.add-to-project-dependabot.outputs.job-status) }} secrets: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v3 + uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v4 with: job-status: ${{ needs.add-to-project-dependabot.outputs.job-status }} diff --git a/.github/workflows/add-to-project-app-server.yaml b/.github/workflows/add-to-project-app-server.yaml index b998d4ce..030f6597 100644 --- a/.github/workflows/add-to-project-app-server.yaml +++ b/.github/workflows/add-to-project-app-server.yaml @@ -24,6 +24,6 @@ jobs: if: ${{ always() && contains(fromJSON('["failure", "cancelled"]'), needs.add-to-project.outputs.job-status) }} secrets: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v3 + uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v4 with: job-status: ${{ needs.add-to-project.outputs.job-status }} diff --git a/.github/workflows/npm-build.yaml b/.github/workflows/npm-build.yaml index d44fada4..ba484132 100644 --- a/.github/workflows/npm-build.yaml +++ b/.github/workflows/npm-build.yaml @@ -51,6 +51,6 @@ jobs: if: ${{ always() && contains(fromJSON('["failure", "cancelled"]'), needs.npm-build.outputs.status ) && github.ref_name == github.event.repository.default_branch }} secrets: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v3 + uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v4 with: job-status: ${{ needs.npm-build.outputs.status }}