Skip to content

Commit 54bb576

Browse files
Bump github/codeql-action from 3.28.11 to 3.28.12 (#4942)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.11 to 3.28.12. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@6bb031a...5f8171a) --- 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 59fc3bf commit 54bb576

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
cmake --build . --target OpenSSL_Target
5252
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5
54+
uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017
5555
with:
5656
languages: cpp
5757
config-file: ./.github/codeql/codeql-config.yml
@@ -62,4 +62,4 @@ jobs:
6262
cmake --build .
6363
6464
- name: Perform CodeQL Analysis
65-
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5
65+
uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017

.github/workflows/scorecards-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151

5252
# Upload the results to GitHub's code scanning dashboard.
5353
- name: "Upload to code-scanning"
54-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5
54+
uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017
5555
with:
5656
sarif_file: results.sarif

0 commit comments

Comments
 (0)