Skip to content

build(deps): bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.12… #133

build(deps): bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.12…

build(deps): bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.12… #133

Workflow file for this run

name: Java CI
on:
push:
branches: [ master ]
jobs:
build:
name: Build and Test on JDK 17
runs-on: ubuntu-20.04
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./mvnw clean verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=iluwatar -Dsonar.projectKey=iluwatar_uml-reverse-mapper