Skip to content

Bump com.konghq:unirest-objectmapper-jackson from 3.14.2 to 4.2.7 #284

Bump com.konghq:unirest-objectmapper-jackson from 3.14.2 to 4.2.7

Bump com.konghq:unirest-objectmapper-jackson from 3.14.2 to 4.2.7 #284

Workflow file for this run

name: SonarCloud
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Analyze with SonarCloud
run: mvn -B verify sonar:sonar -Dsonar.projectKey=dependency-track-maven-plugin -Dsonar.organization=pmckeown -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}