Skip to content

Commit daa46bf

Browse files
author
Christoph Bühler
committed
chore: use NUKE to build during security analysis
1 parent 2fea4c0 commit daa46bf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/security-analysis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,13 @@ jobs:
3232
with:
3333
languages: ${{ matrix.language }}
3434

35-
- name: Autobuild
36-
uses: github/codeql-action/autobuild@v1
35+
- name: Setup .NET Core
36+
uses: actions/setup-dotnet@v1
37+
with:
38+
dotnet-version: 3.1.401
39+
40+
- name: Build
41+
run: ./build.sh --target compile --no-logo
3742

3843
- name: Perform CodeQL Analysis
3944
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)