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 c075f7b + 80a9f51 commit df49abdCopy full SHA for df49abd
.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
31
persist-credentials: false
32
33
- name: Initialize CodeQL
34
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
35
with:
36
languages: ${{ matrix.language }}
37
@@ -44,4 +44,4 @@ jobs:
44
run: dotnet build ILSpy.XPlat.slnf --configuration Release -p:RestoreEnablePackagePruning=false
45
46
- name: Perform CodeQL Analysis
47
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
.github/workflows/scorecard.yml
@@ -43,6 +43,6 @@ jobs:
43
retention-days: 5
- name: "Upload to code-scanning"
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
48
sarif_file: results.sarif
0 commit comments