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 68
68
platform : linux
69
69
- name : Initialize CodeQL
70
70
if : ${{ inputs.run-codeql }}
71
- uses : github/codeql-action/init@v2
71
+ uses : github/codeql-action/init@v3
72
72
with :
73
73
languages : " cpp"
74
74
- name : Setup Build
@@ -163,7 +163,7 @@ jobs:
163
163
platform : linux
164
164
- name : Initialize CodeQL
165
165
if : ${{ inputs.run-codeql }}
166
- uses : github/codeql-action/init@v2
166
+ uses : github/codeql-action/init@v3
167
167
with :
168
168
languages : " cpp"
169
169
- name : Setup and Build Simulated Device
@@ -386,7 +386,7 @@ jobs:
386
386
mkdir -p ~/Library/Logs/DiagnosticReports || true
387
387
- name : Initialize CodeQL
388
388
if : ${{ inputs.run-codeql }}
389
- uses : github/codeql-action/init@v2
389
+ uses : github/codeql-action/init@v3
390
390
with :
391
391
languages : " cpp"
392
392
You can’t perform that action at this time.
0 commit comments