Skip to content

Commit 7c205d1

Browse files
Bump github/codeql-action from 3.28.16 to 3.28.17 (#5072)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.16 to 3.28.17. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@28deaed...60168ef) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.28.17 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 50e00c0 commit 7c205d1

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
@@ -47,7 +47,7 @@ jobs:
4747
cmake --build . --target OpenSSL_Target
4848
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387
50+
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b
5151
with:
5252
languages: cpp
5353
config-file: ./.github/codeql/codeql-config.yml
@@ -58,4 +58,4 @@ jobs:
5858
cmake --build .
5959
6060
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387
61+
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b

.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@28deaeda66b76a05916b6923827895f2b14ab387
54+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b
5555
with:
5656
sarif_file: results.sarif

0 commit comments

Comments
 (0)