build(deps): bump github/codeql-action from 3.26.3 to 3.26.5

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.3 to 3.26.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.26.3...v3.26.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-26 01:28:27 +00:00 committed by GitHub
parent 3da306340a
commit 44ddae31c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -44,12 +44,12 @@ jobs:
git checkout HEAD^2 git checkout HEAD^2
- -
name: Initialize CodeQL name: Initialize CodeQL
uses: github/codeql-action/init@v3.26.3 uses: github/codeql-action/init@v3.26.5
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
- -
name: Autobuild name: Autobuild
uses: github/codeql-action/autobuild@v3.26.3 uses: github/codeql-action/autobuild@v3.26.5
- -
name: Perform CodeQL Analysis name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.26.3 uses: github/codeql-action/analyze@v3.26.5

View File

@ -54,7 +54,7 @@ jobs:
# Upload the results to GitHub's code scanning dashboard. # Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning" - name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@339aada847e3fb1dd69cc2ac571b4235bdf2984a # tag=v2.22.12 uses: github/codeql-action/upload-sarif@a895f2e1b5e62f11af85a45bee736f4e3901a87e # tag=v2.22.12
with: with:
sarif_file: results.sarif sarif_file: results.sarif