Skip to content

Commit 8ecb00d

Browse files
chore(deps): update github/codeql-action action to v4 (#5779)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7833612 commit 8ecb00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@v3
55+
uses: github/codeql-action/init@v4
5656
with:
5757
languages: ${{ matrix.language }}
5858
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -78,4 +78,4 @@ jobs:
7878
make build-go-windows
7979
8080
- name: Perform CodeQL Analysis
81-
uses: github/codeql-action/analyze@v3
81+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)