Skip to content

build(deps): bump org.slf4j:slf4j-api from 2.0.10 to 2.0.17 #197

build(deps): bump org.slf4j:slf4j-api from 2.0.10 to 2.0.17

build(deps): bump org.slf4j:slf4j-api from 2.0.10 to 2.0.17 #197

Workflow file for this run

name: build and test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: SonarQube Scan
if: ${{ github.actor != 'dependabot[bot]' }}
uses: SonarSource/sonarqube-scan-action@v6.0.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}