Skip to content

Commit 88e84f3

Browse files
authored
Merge pull request #155 from microsoftgraph/bugfix/code-analysis-fix
- adds java 15 install to fix codeql build
2 parents 93b6c37 + 7446b6b commit 88e84f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
# a pull request then we can checkout the head.
2323
fetch-depth: 2
2424

25+
- uses: actions/setup-java@v1
26+
with:
27+
java-version: 15
28+
2529
# If this run was triggered by a pull request event, then checkout
2630
# the head of the pull request instead of the merge commit.
2731
- run: git checkout HEAD^2

0 commit comments

Comments
 (0)