We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8126ab commit b9dc7ffCopy full SHA for b9dc7ff
1 file changed
.github/workflows/codeql.yml
@@ -41,7 +41,9 @@ jobs:
41
steps:
42
- name: Checkout repository
43
uses: actions/checkout@v3
44
-
+ - uses: actions/setup-java@v1
45
+ with:
46
+ java-version: 17
47
# Initializes the CodeQL tools for scanning.
48
- name: Initialize CodeQL
49
uses: github/codeql-action/init@v2
0 commit comments