@@ -26,18 +26,14 @@ jobs:
2626
2727 strategy :
2828 fail-fast : false
29- matrix :
30- language : [ 'java' ]
31- # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
32- # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
3329
3430 steps :
3531 - name : Checkout repository
36- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3733
3834 # Initializes the CodeQL tools for scanning.
3935 - name : Initialize CodeQL
40- uses : github/codeql-action/init@v3
36+ uses : github/codeql-action/init@v4
4137 with :
4238 languages : ${{ matrix.language }}
4339 # If you wish to specify custom queries, you can do so here or in a config file.
5147 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5248 # If this step fails, then you should remove it and run the build manually (see below)
5349 - name : Autobuild
54- uses : github/codeql-action/autobuild@v3
50+ uses : github/codeql-action/autobuild@v4
5551
5652 # ℹ️ Command-line programs to run using the OS shell.
5753 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6460 # ./location_of_script_within_repo/buildscript.sh
6561
6662 - name : Perform CodeQL Analysis
67- uses : github/codeql-action/analyze@v3
63+ uses : github/codeql-action/analyze@v4
6864 with :
69- category : " /language:${{matrix.language}} "
65+ category : " /language:java "
0 commit comments