From b5c2110578e10e5632575c30aa157c9a14e094bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 14:03:36 +0000 Subject: [PATCH] chore(deps): update cloudoperators/juno digest to c1bf171 --- .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 656d6f61dd..75f961347a 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@96c12820f395b90a24fb9219b79e98ccc8847ae8 # main + uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@c1bf171c902de41398de69d6eebc0c91061d0f46 # 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 aa602f1a8e..42e3c3af0f 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@96c12820f395b90a24fb9219b79e98ccc8847ae8 # main + uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@c1bf171c902de41398de69d6eebc0c91061d0f46 # 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 1db77785d4..75cccca616 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@96c12820f395b90a24fb9219b79e98ccc8847ae8 # main + uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@c1bf171c902de41398de69d6eebc0c91061d0f46 # main with: title: "🚨 JUNO Supernova Image Failed 🚨" body: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 893ad50045..7310b954e1 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@96c12820f395b90a24fb9219b79e98ccc8847ae8 # main + uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@c1bf171c902de41398de69d6eebc0c91061d0f46 # 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@96c12820f395b90a24fb9219b79e98ccc8847ae8 # main + uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@c1bf171c902de41398de69d6eebc0c91061d0f46 # 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>"