Skip to content

Commit 06b497d

Browse files
committed
chore(deps): update github/codeql-action action to v2.24.8
| datasource | package | from | to | | ----------- | -------------------- | ------- | ------- | | github-tags | github/codeql-action | v2.24.7 | v2.24.8 |
1 parent 88b8751 commit 06b497d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@e56cfd0877b4826be144d11aa31e6c64a55828e9 # v2.24.7
44+
uses: github/codeql-action/init@c2dc67199a2e650d535d7de586a07597aea4d9c7 # v2.24.8
4545
# Override language selection by uncommenting this and choosing your languages
4646
# with:
4747
# languages: go, javascript, csharp, python, cpp, java
4848

4949
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5050
# If this step fails, then you should remove it and run the build manually (see below).
5151
- name: Autobuild
52-
uses: github/codeql-action/autobuild@e56cfd0877b4826be144d11aa31e6c64a55828e9 # v2.24.7
52+
uses: github/codeql-action/autobuild@c2dc67199a2e650d535d7de586a07597aea4d9c7 # v2.24.8
5353

5454
# ℹ️ Command-line programs to run using the OS shell.
5555
# 📚 https://git.io/JvXDl
@@ -63,4 +63,4 @@ jobs:
6363
# make release
6464

6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@e56cfd0877b4826be144d11aa31e6c64a55828e9 # v2.24.7
66+
uses: github/codeql-action/analyze@c2dc67199a2e650d535d7de586a07597aea4d9c7 # v2.24.8

0 commit comments

Comments
 (0)