Skip to content

Commit

Permalink
Run Jenkins security scan with Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jun 22, 2024
1 parent 385d543 commit 454674e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/jenkins-security-scan.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Jenkins Security Scan
# For more information, see: https://www.jenkins.io/doc/developer/security/scan/

name: Jenkins Security Scan

on:
push:
branches:
Expand All @@ -20,4 +18,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: 21 # What version of Java to set up for the build.

0 comments on commit 454674e

Please sign in to comment.