Skip to content

Commit 2beb9a4

Browse files
adding java version details
1 parent 4138fd8 commit 2beb9a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/security.code-scanning.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ on:
99

1010
jobs:
1111
codeql-java:
12-
uses: chargehound/security-workflows-public/.github/workflows/codeql-java.yml@main
12+
uses: chargehound/security-workflows-public/.github/workflows/codeql-java.yml@main
13+
with:
14+
build-mode: 'manual'
15+
build-command: './gradlew build'
16+
java-version: '8'

0 commit comments

Comments
 (0)