File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434
3535 # Initializes the CodeQL tools for scanning.
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@v2
37+ uses : github/codeql-action/init@v4
3838 with :
3939 languages : ${{ matrix.language }}
4040 # If you wish to specify custom queries, you can do so here or in a config file.
4848 # If this step fails, then you should remove it and run the build manually (see below)
4949 - name : Autobuild
5050 if : ${{ matrix.language != 'java' }}
51- uses : github/codeql-action/autobuild@v2
51+ uses : github/codeql-action/autobuild@v4
5252
5353 - name : Setup JDK
5454 uses : actions/setup-java@v5
7373 # ./location_of_script_within_repo/buildscript.sh
7474
7575 - name : Perform CodeQL Analysis
76- uses : github/codeql-action/analyze@v2
76+ uses : github/codeql-action/analyze@v4
7777 with :
7878 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments