Skip to content

Commit a7b5aae

Browse files
chore(deps): update github/codeql-action action to v4
1 parent 6f91aca commit a7b5aae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

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

6969
# Initializes the CodeQL tools for scanning.
7070
- name: Initialize CodeQL
71-
uses: github/codeql-action/init@v3
71+
uses: github/codeql-action/init@v4
7272
with:
7373
languages: ${{ matrix.language }}
7474
build-mode: ${{ matrix.build-mode }}
@@ -100,6 +100,6 @@ jobs:
100100
exit 1
101101
102102
- name: Perform CodeQL Analysis
103-
uses: github/codeql-action/analyze@v3
103+
uses: github/codeql-action/analyze@v4
104104
with:
105105
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)