Skip to content

chore(deps-dev): bump ch.qos.logback:logback-classic from 1.2.12 to 1.5.0 #38

chore(deps-dev): bump ch.qos.logback:logback-classic from 1.2.12 to 1.5.0

chore(deps-dev): bump ch.qos.logback:logback-classic from 1.2.12 to 1.5.0 #38

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
cache: 'maven'
- name: Build and test
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}
run: ./mvnw -B clean verify sonar:sonar -Dsonar.login=${{ secrets.SONAR_TOKEN }}
- run: mkdir staging && cp target/*.zip staging
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: Actorfilter
path: staging