Skip to content

Commit

Permalink
TECH-1658: Fix UnsupportedClassVersionError in Sonar Analysis (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpapez authored Mar 14, 2024
1 parent 9cecc88 commit 7e24db0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/schedule-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Sonar Analysis
runs-on: ubuntu-latest
container:
image: jahia/cimg-mvn-cache:ga_cimg_openjdk_8.0.312-node
image: jahia/cimg-mvn-cache:ga_cimg_openjdk_11.0.20-node
credentials:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand All @@ -30,4 +30,5 @@ jobs:
github_pr_id: ${{github.event.number}}
sonar_url: ${{ secrets.SONAR_URL }}
sonar_token: ${{ secrets.SONAR_TOKEN }}
nvd_apikey: ${{ secrets.NVD_APIKEY }}
mvn_settings_filepath: '.github/maven.settings.xml'

0 comments on commit 7e24db0

Please sign in to comment.