Skip to content

Commit

Permalink
Update codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhiggins732 committed Feb 11, 2024
1 parent 03f15d6 commit 6cdba2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore src/IdentityServer8.sln
- name: Build
run: dotnet build src/IdentityServer8.sln --configuration Release --no-restore -p:Version=${{ steps.nbgv.outputs.SimpleVersion }}
run: dotnet build src/IdentityServer8.sln --configuration Release --no-restore

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

0 comments on commit 6cdba2f

Please sign in to comment.