Skip to content

Commit

Permalink
Update java-version to 17 for Jenkins Security Scan (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd committed Jun 20, 2024
1 parent 51d0121 commit 0fa8c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jenkins-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
security-scan:
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
with:
java-cache: '' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
java-version: 11 # What version of Java to set up for the build.
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
java-version: 17 # What version of Java to set up for the build.

0 comments on commit 0fa8c0d

Please sign in to comment.