Skip to content

chore(deps-dev): bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.25 #538

chore(deps-dev): bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.25

chore(deps-dev): bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.25 #538

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: CI build
on:
push:
branches:
- main
- 'release/**'
paths-ignore:
- '.github/**'
- 'pom.xml'
- 'README.md'
pull_request:
paths-ignore:
- '.github/**'
- 'README.md'
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Maven build
run: mvn -B -U package