Bump github/codeql-action from 2.1.6 to 2.1.8 (#924)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.6 to 2.1.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](28eead2408...1ed1437484)

---
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>
Co-authored-by: Alan Jowett <alanjo@microsoft.com>
This commit is contained in:
dependabot[bot] 2022-04-11 20:23:15 -06:00 коммит произвёл GitHub
Родитель 64d1164e01
Коммит 9f968b125e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -31,7 +31,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@28eead240834b314f7def40f6fcba65d100d99b1
uses: github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@ -45,4 +45,4 @@ jobs:
build_artifact: Build-x64-codeql
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@28eead240834b314f7def40f6fcba65d100d99b1
uses: github/codeql-action/analyze@1ed1437484560351c5be56cf73a48a279d116b78

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

@ -58,6 +58,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@28eead240834b314f7def40f6fcba65d100d99b1
uses: github/codeql-action/upload-sarif@1ed1437484560351c5be56cf73a48a279d116b78
with:
sarif_file: results.sarif