Skip to content

Commit 498936a

Browse files
Bump github/codeql-action from 3.29.0 to 3.29.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.0 to 3.29.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@ce28f5b...39edc49) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c69379c commit 498936a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858
50+
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a
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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858
61+
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858
54+
uses: github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a
5555
with:
5656
sarif_file: results.sarif

0 commit comments

Comments
 (0)