github-actions: bump github/codeql-action from 3.26.6 to 3.26.10

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.6 to 3.26.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.26.6...v3.26.10)

---
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>
pull/11858/head
dependabot[bot] 5 months ago committed by Victor Julien
parent c72404e554
commit 908ff2faa3

@ -41,7 +41,7 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v3.26.6 uses: github/codeql-action/init@v3.26.10
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
queries: security-extended queries: security-extended
@ -62,4 +62,4 @@ jobs:
./configure --enable-warnings ./configure --enable-warnings
make make
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.26.6 uses: github/codeql-action/analyze@v3.26.10

@ -51,6 +51,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard. # Upload the results to GitHub's code scanning dashboard.
- name: "Upload SARIF results" - name: "Upload SARIF results"
uses: github/codeql-action/upload-sarif@821ab42c90a42d1d5cd3241930dff56a7c7dcfb2 # v1 uses: github/codeql-action/upload-sarif@a196a714b8d0d287c2c86f37b12ba3dcd939d879 # v1
with: with:
sarif_file: results.sarif sarif_file: results.sarif

Loading…
Cancel
Save