Browse Source

Bump github/codeql-action from 4.37.8 to 4.37.9 (#4095)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.8 to 4.37.9.
- [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.8...v4.37.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/4101/head
dependabot[bot] 2 weeks ago committed by GitHub
parent
commit
3487518aec
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: @@ -31,7 +31,7 @@ jobs:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.8
uses: github/codeql-action/init@v4.37.9
with:
languages: ${{ matrix.language }}
@ -46,4 +46,4 @@ jobs: @@ -46,4 +46,4 @@ jobs:
run: dotnet build ILSpy.XPlat.slnf --configuration Release -p:RestoreEnablePackagePruning=false
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.37.8
uses: github/codeql-action/analyze@v4.37.9

2
.github/workflows/scorecard.yml

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

Loading…
Cancel
Save