diff --git a/.github/workflows/validatePullRequest.yml b/.github/workflows/validatePullRequest.yml index bc9d6b4a5..8b7be0c11 100644 --- a/.github/workflows/validatePullRequest.yml +++ b/.github/workflows/validatePullRequest.yml @@ -35,7 +35,7 @@ jobs: java-version: '11' - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: csharp @@ -55,7 +55,7 @@ jobs: run: dotnet test ${{ env.solutionName }} --no-build --verbosity normal -c Debug /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=opencover - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 validate-trimming: name: Validate Project for Trimming