Skip to content

Commit

Permalink
codeql spesified build
Browse files Browse the repository at this point in the history
  • Loading branch information
loguecow committed Aug 15, 2024
1 parent 1999283 commit ff27a71
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ jobs:
with:
dotnet-version: |
8.0.x
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}


- name: Build Solution
run: dotnet build ./altinn-support-dashboard.sln

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v3

0 comments on commit ff27a71

Please sign in to comment.