Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamdsheth authored Apr 25, 2024
1 parent 2eb277c commit 2a87f4a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down Expand Up @@ -68,13 +68,12 @@ jobs:
with:
dotnet-version: |
6.x
7.x
8.x
7.x
- name: Install dependencies
run: dotnet restore
working-directory: src/Commands
- name: Build ⚙
run: dotnet build --configuration debug
run: dotnet build --configuration debug --no-restore
working-directory: src/Commands
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit 2a87f4a

Please sign in to comment.