From 7aa9496ee2ca911e54672415c7fd6eeda47c40b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:24:25 +0000 Subject: [PATCH] chore(deps): update cloudoperators/juno digest to 1f68296 --- .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 f0571910f1..59127d79e1 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@ad16f84db5d70d36e4250dfa587f677c6195b0e7 # main + uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@1f682960ffb07f7360e294c204551e4c0facac7b # 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 da41c59857..32bbe90273 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@ad16f84db5d70d36e4250dfa587f677c6195b0e7 # main + uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@1f682960ffb07f7360e294c204551e4c0facac7b # 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 a340fc444b..39909d48fe 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@ad16f84db5d70d36e4250dfa587f677c6195b0e7 # main + uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@1f682960ffb07f7360e294c204551e4c0facac7b # main with: title: "🚨 JUNO Supernova Image Failed 🚨" body: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a3dbaf5232..4c473cd555 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@ad16f84db5d70d36e4250dfa587f677c6195b0e7 # main + uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@1f682960ffb07f7360e294c204551e4c0facac7b # 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@ad16f84db5d70d36e4250dfa587f677c6195b0e7 # main + uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@1f682960ffb07f7360e294c204551e4c0facac7b # 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>"