Skip to content

Commit a3b62e2

Browse files
committed
Merge remote-tracking branch 'remotes/origin/dependabot/github_actions/github/codeql-action-4' into kiota/v1.0/pipelinebuild/202235
2 parents b07c66c + b57a414 commit a3b62e2

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
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
dotnet-version: 8.x
2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@v3
27+
uses: github/codeql-action/init@v4
2828
with:
2929
languages: csharp
3030
- name: Restore dependencies
@@ -34,4 +34,4 @@ jobs:
3434
- name: Test
3535
run: dotnet test ${{ env.solutionName }} --no-build --verbosity normal -c Release /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=opencover
3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v3
37+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)