Skip to content

Commit

Permalink
Remove build from CodeQL
Browse files Browse the repository at this point in the history
Analyse C# code without building it.
  • Loading branch information
martincostello committed Jul 27, 2024
1 parent 6a6d6a2 commit 93bb408
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup .NET SDK
uses: actions/setup-dotnet@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
build-mode: none
languages: ${{ matrix.language }}
queries: security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v3

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

0 comments on commit 93bb408

Please sign in to comment.