File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
42
42
# Initializes the CodeQL tools for scanning.
43
43
- name : Initialize CodeQL
44
- uses : github/codeql-action/init@v2
44
+ uses : github/codeql-action/init@v3
45
45
with :
46
46
languages : ${{matrix.language}}
47
47
config-file : ${{inputs.codeql-cfg-path}}
@@ -50,12 +50,12 @@ jobs:
50
50
# If this step fails, configure a build command manually using build-command input. This command will be executed in the corresponding step.
51
51
- name : Autobuild
52
52
if : ${{!inputs.build-command}}
53
- uses : github/codeql-action/autobuild@v2
53
+ uses : github/codeql-action/autobuild@v3
54
54
55
55
- name : Manual build
56
56
if : ${{inputs.build-command}}
57
57
run : |
58
58
${{inputs.build-command}}
59
59
60
60
- name : Perform CodeQL Analysis
61
- uses : github/codeql-action/analyze@v2
61
+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments