diff --git a/.github/workflows/build-push-greenhouse-image.yaml b/.github/workflows/build-push-greenhouse-image.yaml index 68244a7aa5..11db7b76bf 100644 --- a/.github/workflows/build-push-greenhouse-image.yaml +++ b/.github/workflows/build-push-greenhouse-image.yaml @@ -182,7 +182,7 @@ jobs: permissions: contents: read needs: [build-and-push, vulnerability-scan] - uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@004c31a8c78afcc1bddf38c0a4fe8689a82a2485 # main + uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@9999ff0159b54ea35b9c14010296ef051d816169 # main with: title: "🚨 JUNO Greenhouse Image Failed 🚨" body: | diff --git a/.github/workflows/build-push-greenhouse-pr-preview.yaml b/.github/workflows/build-push-greenhouse-pr-preview.yaml index fbf6455718..866e050110 100644 --- a/.github/workflows/build-push-greenhouse-pr-preview.yaml +++ b/.github/workflows/build-push-greenhouse-pr-preview.yaml @@ -240,7 +240,7 @@ jobs: needs.cleanup.result == 'failure' needs: [ cleanup ] permissions: {} - uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@004c31a8c78afcc1bddf38c0a4fe8689a82a2485 # main + uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@9999ff0159b54ea35b9c14010296ef051d816169 # main with: title: "🚨 Greenhouse PR Preview Image Cleanup Failed 🚨" body: "Failed to delete preview images for PR #${{ diff --git a/.github/workflows/build-push-supernova-image.yaml b/.github/workflows/build-push-supernova-image.yaml index 9e9218f639..0cdd04c287 100644 --- a/.github/workflows/build-push-supernova-image.yaml +++ b/.github/workflows/build-push-supernova-image.yaml @@ -201,7 +201,7 @@ jobs: permissions: contents: read needs: [build-and-push, vulnerability-scan] - uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@004c31a8c78afcc1bddf38c0a4fe8689a82a2485 # main + uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@9999ff0159b54ea35b9c14010296ef051d816169 # main with: title: "🚨 JUNO Supernova Image Failed 🚨" body: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 73ad87d3ba..f0a7fd468f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -76,7 +76,7 @@ jobs: notify-on-success: if: needs.release.outputs.published == 'true' needs: [release] # List the jobs that should complete successfully - uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@004c31a8c78afcc1bddf38c0a4fe8689a82a2485 # main + uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@9999ff0159b54ea35b9c14010296ef051d816169 # main with: title: "JUNO Packages Released Successfully! 🚀" body: ${{ needs.release.outputs.publishedPackages }} @@ -87,7 +87,7 @@ jobs: notify-on-failure: if: failure() needs: [release] - uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@004c31a8c78afcc1bddf38c0a4fe8689a82a2485 # main + uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@9999ff0159b54ea35b9c14010296ef051d816169 # main with: title: "🚨 JUNO Packages Release Failed 🚨" body: "An error occurred while releasing JUNO Packages for the branch ${{ github.head_ref || github.ref_name }}. Please check the logs for more information. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|Check the logs>"