Skip to content

Commit ae54ea6

Browse files
authored
Feature/codeql (#7)
* test minimal CodeQL * test s-a-q query * add Tool project to pipeline * improve build step * add missing } * test pl on ubuntu and with dotnet build cmdlet * improve build step's cmdlet * add .NET setup step
1 parent 2b26975 commit ae54ea6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
id: checkout_repo
1616
uses: actions/checkout@v2
1717

18+
- name: Setup .NET
19+
uses: actions/setup-dotnet@v1
20+
with:
21+
dotnet-version: 5.0.x
22+
1823
- name: Initialize CodeQL
1924
id: init_codeql
2025
uses: github/codeql-action/init@v1

0 commit comments

Comments
 (0)