Skip to content

Commit e3e88bf

Browse files
chore(deps): update github/codeql-action action to v4 (#3319)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 46755f1 commit e3e88bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

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

6565
# Initializes the CodeQL tools for scanning.
6666
- name: Initialize CodeQL
67-
uses: github/codeql-action/init@v3
67+
uses: github/codeql-action/init@v4
6868
with:
6969
languages: ${{ matrix.language }}
7070
build-mode: ${{ matrix.build-mode }}
@@ -92,6 +92,6 @@ jobs:
9292
exit 1
9393
9494
- name: Perform CodeQL Analysis
95-
uses: github/codeql-action/analyze@v3
95+
uses: github/codeql-action/analyze@v4
9696
with:
9797
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)