Skip to content

Commit

Permalink
Merge pull request #105 from strangelookingnerd/patch-1
Browse files Browse the repository at this point in the history
Update java-version to 17 for Jenkins Security Scan
  • Loading branch information
raymondwu1 authored Jun 20, 2024
2 parents a169a3f + 2b994eb commit d8377c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
with:
java-cache: 'maven' # 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-version: 17 # What version of Java to set up for the build.

0 comments on commit d8377c9

Please sign in to comment.