Skip to content

Commit

Permalink
Merge pull request #16 from microsoft/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b/codeql-action-2

Bump github/codeql-action from 1 to 2
  • Loading branch information
andrueastman authored Apr 26, 2022
2 parents 6872c32 + 47c8751 commit 4da0b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: csharp
- name: Restore dependencies
Expand All @@ -29,4 +29,4 @@ jobs:
- name: Test
run: dotnet test ${{ env.solutionName }} --no-build --verbosity normal -c Release /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=opencover
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit 4da0b52

Please sign in to comment.