Skip to content

Commit 6a6f548

Browse files
committed
Minor improvements
1 parent c4f670c commit 6a6f548

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
uses: github/codeql-action/init@v2
4646
with:
4747
languages: ${{ matrix.language }}
48+
java-version: 17
4849
# If you wish to specify custom queries, you can do so here or in a config file.
4950
# By default, queries listed here will override any specified in a config file.
5051
# Prefix the list here with "+" to use these queries and those in the config file.
@@ -57,16 +58,18 @@ jobs:
5758
# If this step fails, then you should remove it and run the build manually (see below)
5859
- name: Autobuild
5960
uses: github/codeql-action/autobuild@v2
61+
with:
62+
java-version: 17
6063

61-
# ℹ️ Command-line programs to run using the OS shell.
64+
# ℹ️ Command-line programs to run using the OS shell.
6265
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6366

6467
# If the Autobuild fails above, remove it and uncomment the following three lines.
6568
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
6669

67-
# - run: |
68-
# echo "Run, Build Application using script"
69-
# ./location_of_script_within_repo/buildscript.sh
70+
# - run: |
71+
# echo "Run, Build Application using script"
72+
# ./location_of_script_within_repo/buildscript.sh
7073

7174
- name: Perform CodeQL Analysis
7275
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)