Skip to content

Commit bd8c7a3

Browse files
build(deps): bump github/codeql-action from 2.2.4 to 3.26.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.4 to 3.26.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](github/codeql-action@v2.2.4...v3.26.9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e05b0a commit bd8c7a3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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/init@v3
52+
uses: github/codeql-action/init@v3.26.9
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/analyze@v3
69+
uses: github/codeql-action/analyze@v3.26.9
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/upload-sarif@v3
98+
uses: github/codeql-action/upload-sarif@v3.26.9
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@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
63+
uses: github/codeql-action/upload-sarif@2617ff2d3f2bf8dd95abadcd289352a4023a4758 # v2.2.4
6464
with:
6565
sarif_file: results.sarif

0 commit comments

Comments
 (0)