Skip to content

Commit fddb165

Browse files
chore(deps): update github/codeql-action action to v2.27.5 (#444)
| datasource | package | from | to | | ----------- | -------------------- | ------- | ------- | | github-tags | github/codeql-action | v2.27.4 | v2.27.5 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6f1957 commit fddb165

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@5b62e7a9f186342c830e01bc69a4626fd1573b6e # v2.27.4
44+
uses: github/codeql-action/init@e2b57b01d64b69ac273abfbea5d3ed15231e1706 # v2.27.5
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@5b62e7a9f186342c830e01bc69a4626fd1573b6e # v2.27.4
52+
uses: github/codeql-action/autobuild@e2b57b01d64b69ac273abfbea5d3ed15231e1706 # v2.27.5
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@5b62e7a9f186342c830e01bc69a4626fd1573b6e # v2.27.4
66+
uses: github/codeql-action/analyze@e2b57b01d64b69ac273abfbea5d3ed15231e1706 # v2.27.5

0 commit comments

Comments
 (0)