Skip to content

Commit

Permalink
Merge pull request #1207 from DFE-Digital/cshnimble-patch-2
Browse files Browse the repository at this point in the history
Disable CodeQL autobuild and use dotnet build
  • Loading branch information
cshnimble authored May 1, 2024
2 parents b4af325 + 3f37d13 commit 96addbe
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3
# - name: Autobuild
# uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -66,9 +66,10 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release
- name: Build solution
run: |
dotnet restore ConcernsCaseWork.sln
dotnet build ConcernsCaseWork.sln --no-restore
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit 96addbe

Please sign in to comment.