Skip to content

Commit ec15af5

Browse files
🌱 Bump github/codeql-action from 2.1.21 to 2.1.22 (#2227)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.21 to 2.1.22. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c7f292e...b398f52) --- 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dac68a4 commit ec15af5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
# Initializes the CodeQL tools for scanning.
6363
- name: Initialize CodeQL
64-
uses: github/codeql-action/init@c7f292ea4f542c473194b33813ccd4c207a6c725 # v1
64+
uses: github/codeql-action/init@b398f525a5587552e573b247ac661067fafa920b # v1
6565
with:
6666
languages: ${{ matrix.language }}
6767
queries: +security-extended
@@ -73,7 +73,7 @@ jobs:
7373
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7474
# If this step fails, then you should remove it and run the build manually (see below)
7575
- name: Autobuild
76-
uses: github/codeql-action/autobuild@c7f292ea4f542c473194b33813ccd4c207a6c725 # v1
76+
uses: github/codeql-action/autobuild@b398f525a5587552e573b247ac661067fafa920b # v1
7777

7878
# ℹ️ Command-line programs to run using the OS shell.
7979
# 📚 https://git.io/JvXDl
@@ -87,4 +87,4 @@ jobs:
8787
# make release
8888

8989
- name: Perform CodeQL Analysis
90-
uses: github/codeql-action/analyze@c7f292ea4f542c473194b33813ccd4c207a6c725 # v1
90+
uses: github/codeql-action/analyze@b398f525a5587552e573b247ac661067fafa920b # v1

.github/workflows/scorecard-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
retention-days: 5
4949

5050
- name: "Upload SARIF results"
51-
uses: github/codeql-action/upload-sarif@c7f292ea4f542c473194b33813ccd4c207a6c725 # v1
51+
uses: github/codeql-action/upload-sarif@b398f525a5587552e573b247ac661067fafa920b # v1
5252
with:
5353
sarif_file: results.sarif

0 commit comments

Comments
 (0)