File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 45
45
uses : github/codeql-action/init@v2
46
46
with :
47
47
languages : ${{ matrix.language }}
48
+ java-version : 17
48
49
# If you wish to specify custom queries, you can do so here or in a config file.
49
50
# By default, queries listed here will override any specified in a config file.
50
51
# Prefix the list here with "+" to use these queries and those in the config file.
@@ -57,16 +58,18 @@ jobs:
57
58
# If this step fails, then you should remove it and run the build manually (see below)
58
59
- name : Autobuild
59
60
uses : github/codeql-action/autobuild@v2
61
+ with :
62
+ java-version : 17
60
63
61
- # ℹ️ Command-line programs to run using the OS shell.
64
+ # ℹ️ Command-line programs to run using the OS shell.
62
65
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
63
66
64
67
# If the Autobuild fails above, remove it and uncomment the following three lines.
65
68
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
66
69
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
70
73
71
74
- name : Perform CodeQL Analysis
72
75
uses : github/codeql-action/analyze@v2
You can’t perform that action at this time.
0 commit comments