Skip to content

Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.10 in /trusona-sdk #1014

Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.10 in /trusona-sdk

Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.10 in /trusona-sdk #1014

Workflow file for this run

name: Java CI
on:
pull_request:
branches: [ master ]
push:
branches: [ '*' ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
id-token: write
contents: read
jobs:
test:
uses: ./.github/workflows/workflow_java-specs.yml
success_notification:
uses: ./.github/workflows/workflow_slack-notification.yml
needs: [ test ]
if: ${{ success() }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
DISPLAYED_USERNAME: Trusona Server SDK Java CI
SLACK_MESSAGE: 'CI run completed successfully! :tada: :tada:'
failure_notification:
uses: ./.github/workflows/workflow_slack-notification.yml
needs: [ test ]
if: ${{ failure() }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
DISPLAYED_USERNAME: Trusona Server SDK Java CI
SLACK_MESSAGE: 'CI run failed! Shame! Shame! :sadpanda: :sadpanda:'