Browse Source

Bump github/codeql-action from 4.37.9 to 4.38.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/4140/head
dependabot[bot] 1 day ago committed by GitHub
parent
commit
a406f3a320
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.9
uses: github/codeql-action/init@v4.38.0
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.9
uses: github/codeql-action/analyze@v4.38.0

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

Loading…
Cancel
Save