Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nitheshrayuduv committed Aug 18, 2023
1 parent 0f28141 commit eae5b00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
repository: jenkinsci/xldeploy-plugin
path: xldeploy-plugin

- name: Setup Java 8
uses: actions/setup-java@v3
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '8'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand All @@ -77,6 +83,7 @@ jobs:

- run: |
cd xldeploy-plugin
java -version
chmod 777 gradlew
echo "Run, Build Application using script"
./gradlew jpi -x test
Expand Down

0 comments on commit eae5b00

Please sign in to comment.