Bump github/codeql-action from 2.2.6 to 2.2.7 (#3518)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.6 to 2.2.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](16964e90ba...168b99b3c2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-20 17:19:25 -04:00 коммит произвёл GitHub
Родитель c743a89d83
Коммит 6c00be90ae
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

4
.github/workflows/codeql-analysis.yml поставляемый
Просмотреть файл

@ -60,7 +60,7 @@ jobs:
cmake --build . --target OpenSSL_Target
- name: Initialize CodeQL
uses: github/codeql-action/init@16964e90ba004cdf0cd845b866b5df21038b7723
uses: github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba
with:
languages: cpp
config-file: ./.github/codeql/codeql-config.yml
@ -71,4 +71,4 @@ jobs:
cmake --build .
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@16964e90ba004cdf0cd845b866b5df21038b7723
uses: github/codeql-action/analyze@168b99b3c22180941ae7dbdd5f5c9678ede476ba

2
.github/workflows/scorecards-analysis.yml поставляемый
Просмотреть файл

@ -51,6 +51,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@16964e90ba004cdf0cd845b866b5df21038b7723
uses: github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba
with:
sarif_file: results.sarif