Skip to content

Commit 40dc61b

Browse files
chore(deps): update github/codeql-action action to v2.27.0
| datasource | package | from | to | | ----------- | -------------------- | -------- | ------- | | github-tags | github/codeql-action | v2.25.15 | v2.27.0 |
1 parent 14fc65d commit 40dc61b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@3e0e84636c6f5df46a2cb232ae1dd1384713150d # v2.25.15
47+
uses: github/codeql-action/init@6a89f57882288b3d2f190cda65000eec9e9ebb7c # v2.27.0
4848
# Override language selection by uncommenting this and choosing your languages
4949
# with:
5050
# languages: go, javascript, csharp, python, cpp, java
5151

5252
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5353
# If this step fails, then you should remove it and run the build manually (see below).
5454
- name: Autobuild
55-
uses: github/codeql-action/autobuild@3e0e84636c6f5df46a2cb232ae1dd1384713150d # v2.25.15
55+
uses: github/codeql-action/autobuild@6a89f57882288b3d2f190cda65000eec9e9ebb7c # v2.27.0
5656

5757
# ℹ️ Command-line programs to run using the OS shell.
5858
# 📚 https://git.io/JvXDl
@@ -66,4 +66,4 @@ jobs:
6666
# make release
6767

6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@3e0e84636c6f5df46a2cb232ae1dd1384713150d # v2.25.15
69+
uses: github/codeql-action/analyze@6a89f57882288b3d2f190cda65000eec9e9ebb7c # v2.27.0

0 commit comments

Comments
 (0)