Skip to content

Commit

Permalink
CCS-4 - Sonar scanning evidence 6
Browse files Browse the repository at this point in the history
  • Loading branch information
carmithersh committed Feb 4, 2025
1 parent 33be458 commit c96ea14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonar-evidence-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
ls -l $PWD/sonar-scanner-4.6.2.2472-linux/bin/
echo "$PWD/sonar-scanner-4.6.2.2472-linux/bin"
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: '17' # Specify the desired Java version here
distribution: 'adopt' # You can also use 'temurin', 'zulu', etc.
java-version: '21' # Specify the desired Java version here
distribution: 'temurin' # You can also use 'temurin', 'zulu', etc.

- name: Run SonarScanner
env:
Expand Down

0 comments on commit c96ea14

Please sign in to comment.