Browse Source

Merge pull request #3594 from icsharpcode/dependabot/github_actions/github/codeql-action-4

Bump github/codeql-action from 3 to 4
pull/3599/head
Christoph Wille 3 months ago committed by GitHub
parent
commit
df49abdaeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/codeql-analysis.yml
  2. 2
      .github/workflows/scorecard.yml

4
.github/workflows/codeql-analysis.yml

@ -31,7 +31,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v3 uses: github/codeql-action/init@v4
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
@ -44,4 +44,4 @@ jobs:
run: dotnet build ILSpy.XPlat.slnf --configuration Release -p:RestoreEnablePackagePruning=false run: dotnet build ILSpy.XPlat.slnf --configuration Release -p:RestoreEnablePackagePruning=false
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3 uses: github/codeql-action/analyze@v4

2
.github/workflows/scorecard.yml

@ -43,6 +43,6 @@ jobs:
retention-days: 5 retention-days: 5
- name: "Upload to code-scanning" - name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@v3 uses: github/codeql-action/upload-sarif@v4
with: with:
sarif_file: results.sarif sarif_file: results.sarif

Loading…
Cancel
Save