From f422c21afc0eae0c58c84b3aa646b6112592ced5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 11:49:31 +0000 Subject: [PATCH] chore(deps): update cloudoperators/juno digest to c295413 --- .github/workflows/build-push-greenhouse-image.yaml | 2 +- .github/workflows/build-push-greenhouse-pr-preview.yaml | 2 +- .github/workflows/build-push-supernova-image.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-push-greenhouse-image.yaml b/.github/workflows/build-push-greenhouse-image.yaml index 68244a7aa5..8790d353a5 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@c29541312300cb8f73721f85dc9345d038cbd77c # 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..ced900616a 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@c29541312300cb8f73721f85dc9345d038cbd77c # 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..b00b1ddb30 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@c29541312300cb8f73721f85dc9345d038cbd77c # main with: title: "🚨 JUNO Supernova Image Failed 🚨" body: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 73ad87d3ba..60c23eb9d8 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@c29541312300cb8f73721f85dc9345d038cbd77c # 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@c29541312300cb8f73721f85dc9345d038cbd77c # 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>"