Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.7 to 4.31.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/
e296a935590eb16afc0c0108289f68c87e2a89a5...
0499de31b99561a6d14a36a5f662c2a54f91beee)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.31.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cmake --build . --target OpenSSL_Target
- name: Initialize CodeQL
- uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5
+ uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee
with:
languages: cpp
config-file: ./.github/codeql/codeql-config.yml
cmake --build .
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5
+ uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
- uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5
+ uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee
with:
sarif_file: results.sarif