Browse Source

Bump github/codeql-action from 4.37.7 to 4.37.8

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.7 to 4.37.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v4.37.7...v4.37.8)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.37.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/4045/head
dependabot[bot] 3 weeks ago committed by GitHub
parent
commit
678699877b
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@v4.37.7 uses: github/codeql-action/init@v4.37.8
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
@ -46,4 +46,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@v4.37.7 uses: github/codeql-action/analyze@v4.37.8

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@v4.37.7 uses: github/codeql-action/upload-sarif@v4.37.8
with: with:
sarif_file: results.sarif sarif_file: results.sarif

Loading…
Cancel
Save