We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d608cbc + 88419d6 commit a8e13a6Copy full SHA for a8e13a6
.github/workflows/validatePullRequest.yml
@@ -35,7 +35,7 @@ jobs:
35
java-version: '11'
36
37
- name: Initialize CodeQL
38
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
39
with:
40
languages: csharp
41
@@ -55,7 +55,7 @@ jobs:
55
run: dotnet test ${{ env.solutionName }} --no-build --verbosity normal -c Debug /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=opencover
56
57
- name: Perform CodeQL Analysis
58
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
59
60
validate-trimming:
61
name: Validate Project for Trimming
0 commit comments