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 @@ -34,15 +34,15 @@ jobs:
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@v3
3838 with :
3939 languages : ${{ matrix.language }}
4040
4141
4242 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
4343 # If this step fails, then you should remove it and run the build manually (see below)
4444 - name : Autobuild
45- uses : github/codeql-action/autobuild@v2
45+ uses : github/codeql-action/autobuild@v3
4646
4747 # If the Autobuild fails above, remove it and uncomment the following three lines.
4848 # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
5252 # ./location_of_script_within_repo/buildscript.sh
5353
5454 - name : Perform CodeQL Analysis
55- uses : github/codeql-action/analyze@v2
55+ uses : github/codeql-action/analyze@v3
5656 with :
5757 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments