Skip to content

Commit

Permalink
update codeQL (#2724)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Mar 27, 2024
1 parent c0facf5 commit 5b27226
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
# Override language selection by uncommenting this and choosing your languages
with:
languages: csharp
Expand All @@ -45,7 +45,7 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language
- name: Setup .NET 8.0.x
uses: actions/setup-dotnet@v2.1.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

Expand All @@ -57,4 +57,4 @@ jobs:
run: dotnet test Microsoft.Identity.Web.sln -f net8.0 -p:FROM_GITHUB_ACTION=true --configuration Release --filter "(FullyQualifiedName!~Microsoft.Identity.Web.Test.Integration)&(FullyQualifiedName!~WebAppUiTests)&(FullyQualifiedName=IntegrationTests)"

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

0 comments on commit 5b27226

Please sign in to comment.