chore(deps): update dependency ch.qos.logback:logback-classic to v1.5.6 #1917
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: sorald-buildbreaker | |
on: | |
pull_request: | |
push: | |
branches: master | |
jobs: | |
buildbreaker: | |
runs-on: ubuntu-latest | |
name: Run Sorald Buildbreaker | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Run Sorald Buildbreaker | |
uses: SpoonLabs/sorald-buildbreaker@45bafb6db29a466080328864cecf9b20d9ace3de | |
with: | |
source: 'sorald/src/main/java' |