Skip to content

Commit cc4cf7a

Browse files
committed
CodeQL should no longer have a seperate action
1 parent 7615bca commit cc4cf7a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/run-codeql-unit-tests-cpp.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ on:
55
push:
66
branches:
77
- 'main'
8-
- 'jsinglet/**'
98
pull_request:
109
branches:
1110
- 'main'
12-
- 'jsinglet/**'
1311
workflow_dispatch:
1412

1513

@@ -72,8 +70,6 @@ jobs:
7270
- name: Verify Versions of Tooling
7371
shell: bash
7472
run: |
75-
echo "CodeQL Home: $QLT_CODEQL_HOME"
76-
echo "CodeQL Binary: $QLT_CODEQL_PATH"
7773
echo -e "Checking CodeQL Version:"
7874
$QLT_CODEQL_PATH --version
7975

src/CodeQLToolkit.Features/Test/Lifecycle/Targets/Actions/InitLifecycleTarget.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public override void Run()
2828
// codeqlArgs = $"{codeqlArgs} {ExtraArgs}";
2929
//}
3030

31-
WriteTemplateIfOverwriteOrNotExists("install-codeql", Path.Combine(Base, ".github", "actions", "install-codeql", "action.yml"), "install-codeql action");
31+
//WriteTemplateIfOverwriteOrNotExists("install-codeql", Path.Combine(Base, ".github", "actions", "install-codeql", "action.yml"), "install-codeql action");
3232
WriteTemplateIfOverwriteOrNotExists("install-qlt", Path.Combine(Base, ".github", "actions", "install-qlt", "action.yml"), "install-qlt action");
3333
WriteTemplateIfOverwriteOrNotExists("run-unit-tests", Path.Combine(Base, ".github", "workflows", $"run-codeql-unit-tests-{tmpLanguage}.yml"), $"Run CodeQL Unit Tests ({Language})", new
3434
{

0 commit comments

Comments
 (0)