Skip to content

Commit c901f7c

Browse files
authored
Merge pull request #2256 from microsoftgraph/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents 479ac49 + 790e32b commit c901f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validatePullRequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
dotnet-version: 6.0.x
2121
- name: Initialize CodeQL
22-
uses: github/codeql-action/init@v2
22+
uses: github/codeql-action/init@v3
2323
with:
2424
languages: csharp
2525
- name: Restore dependencies
@@ -29,4 +29,4 @@ jobs:
2929
- name: Test
3030
run: dotnet test ${{ env.solutionName }} --no-build --verbosity normal -c Release /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=opencover
3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@v2
32+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)