Skip to content

[Snyk] Security upgrade org.springframework.cloud:spring-cloud-stream-binder-kafka-reactive from 4.1.3 to 4.1.4 #29

[Snyk] Security upgrade org.springframework.cloud:spring-cloud-stream-binder-kafka-reactive from 4.1.3 to 4.1.4

[Snyk] Security upgrade org.springframework.cloud:spring-cloud-stream-binder-kafka-reactive from 4.1.3 to 4.1.4 #29

Workflow file for this run

name: Notify Slack
on:
pull_request:
types:
- assigned
- unassigned
- labeled
- unlabeled
- opened
- edited
- closed
- reopened
- synchronize
- ready_for_review
- locked
- unlocked
- review_requested
- review_request_removed
jobs:
slackNotification:
runs-on: ubuntu-latest
steps:
- name: Send notification to Slack
uses: rtCamp/[email protected]
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_USERNAME: 'GitHub Actions'
SLACK_MESSAGE: 'A new push has been made to the repository!'