Skip to content

Commit 7db6c58

Browse files
committed
Setting up java version 11 in codeql action
1 parent 2886122 commit 7db6c58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
- if: github.actor == 'dependabot[bot]' || github.event_name == 'merge_group'
3636
run: exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3737

38+
- name: Set up Java
39+
uses: actions/setup-java@v4
40+
with:
41+
distribution: 'temurin'
42+
java-version: '11'
43+
3844
- name: Checkout
3945
uses: actions/checkout@v4
4046

0 commit comments

Comments
 (0)