Bump github/codeql-action from 2.2.7 to 2.2.8 (#3533)

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

---
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-27 10:53:29 -04:00 коммит произвёл GitHub
Родитель f94941faa1
Коммит 80187867e8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

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

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

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@168b99b3c22180941ae7dbdd5f5c9678ede476ba
uses: github/codeql-action/upload-sarif@67a35a08586135a9573f4327e904ecbf517a882d
with:
sarif_file: results.sarif