Skip to content

Commit

Permalink
Merge pull request #156 from strangelookingnerd/patch-1
Browse files Browse the repository at this point in the history
Update Jenkins Security Scan action
  • Loading branch information
Zastai authored Aug 11, 2024
2 parents 0531d37 + 1048073 commit 7e0f603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jenkins-security-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
security-scan:
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
with:
java-cache: 'maven'
java-version: 11
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
# java-version: 21 # Optionally specify what version of Java to set up for the build, or remove to use a recent default.

0 comments on commit 7e0f603

Please sign in to comment.