chore(deps): update cloudoperators/juno digest to cf79a1f#1837
chore(deps): update cloudoperators/juno digest to cf79a1f#1837renovate[bot] wants to merge 1 commit into
Conversation
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates the pinned reference for the shared Slack notification reusable workflow used across multiple GitHub Actions workflows.
Changes:
- Bump
cloudoperators/juno/.github/workflows/shared-slack-notification.yamlfromf0c9d08…tocf79a1f…in release notifications. - Bump the same reusable workflow reference in image build/push workflows (Supernova, Greenhouse, PR preview cleanup).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| .github/workflows/release.yaml | Updates the reusable Slack notification workflow commit SHA for success/failure notifications. |
| .github/workflows/build-push-supernova-image.yaml | Updates the reusable Slack notification workflow commit SHA for failure notification. |
| .github/workflows/build-push-greenhouse-pr-preview.yaml | Updates the reusable Slack notification workflow commit SHA for cleanup-failure notification. |
| .github/workflows/build-push-greenhouse-image.yaml | Updates the reusable Slack notification workflow commit SHA for failure notification. |
| if: needs.release.outputs.published == 'true' | ||
| needs: [release] # List the jobs that should complete successfully | ||
| uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f0c9d08e2c9d7c348dd3f24e7ea72ac3db3a6993 # main | ||
| uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@cf79a1fa0104662588fba8f166e1e6b5c975eb0f # main |
| if: failure() | ||
| needs: [release] | ||
| uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f0c9d08e2c9d7c348dd3f24e7ea72ac3db3a6993 # main | ||
| uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@cf79a1fa0104662588fba8f166e1e6b5c975eb0f # main |
| contents: read | ||
| needs: [build-and-push, vulnerability-scan] | ||
| uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f0c9d08e2c9d7c348dd3f24e7ea72ac3db3a6993 # main | ||
| uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@cf79a1fa0104662588fba8f166e1e6b5c975eb0f # main |
| needs: [ cleanup ] | ||
| permissions: {} | ||
| uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f0c9d08e2c9d7c348dd3f24e7ea72ac3db3a6993 # main | ||
| uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@cf79a1fa0104662588fba8f166e1e6b5c975eb0f # main |
| contents: read | ||
| needs: [build-and-push, vulnerability-scan] | ||
| uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f0c9d08e2c9d7c348dd3f24e7ea72ac3db3a6993 # main | ||
| uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@cf79a1fa0104662588fba8f166e1e6b5c975eb0f # main |
This PR contains the following updates:
f0c9d08→cf79a1fConfiguration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.