Skip to content

Commit f9153fb

Browse files
build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 (#3843)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.9 to 3.26.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](github/codeql-action@v3.26.9...v3.26.11) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c4b2da commit f9153fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# Initializes the CodeQL tools for scanning.
5151
- name: Initialize CodeQL
52-
uses: github/codeql-action/[email protected].9
52+
uses: github/codeql-action/[email protected].11
5353
with:
5454
languages: ${{ matrix.language }}
5555

@@ -66,7 +66,7 @@ jobs:
6666
- run: |
6767
./.github/scripts/codeql_buildscript.sh
6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/[email protected].9
69+
uses: github/codeql-action/[email protected].11
7070
with:
7171
category: "/language:${{matrix.language}}"
7272
upload: false
@@ -95,7 +95,7 @@ jobs:
9595
output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
9696

9797
- name: Upload CodeQL results to code scanning
98-
uses: github/codeql-action/[email protected].9
98+
uses: github/codeql-action/[email protected].11
9999
with:
100100
sarif_file: ${{ steps.step1.outputs.sarif-output }}
101101
category: "/language:${{matrix.language}}"

.github/workflows/supply_chain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060

6161
# Upload the results to GitHub's code scanning dashboard.
6262
- name: "Upload to code-scanning"
63-
uses: github/codeql-action/upload-sarif@2617ff2d3f2bf8dd95abadcd289352a4023a4758 # v2.2.4
63+
uses: github/codeql-action/upload-sarif@56d197570aa047eae7fe04401603196e2f68521d # v2.2.4
6464
with:
6565
sarif_file: results.sarif

0 commit comments

Comments
 (0)