Skip to content

Commit 036dbcd

Browse files
authored
Update codeql.yml
1 parent a6fa818 commit 036dbcd

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
@@ -69,7 +69,7 @@ jobs:
6969
java-version: '21'
7070
# Initializes the CodeQL tools for scanning.
7171
- name: Initialize CodeQL
72-
uses: github/codeql-action/init@v3
72+
uses: github/codeql-action/init@v4
7373
with:
7474
languages: ${{ matrix.language }}
7575
build-mode: ${{ matrix.build-mode }}
@@ -101,7 +101,7 @@ jobs:
101101
exit 1
102102
103103
- name: Perform CodeQL Analysis
104-
uses: github/codeql-action/analyze@v3
104+
uses: github/codeql-action/analyze@v4
105105
with:
106106
category: "/language:${{matrix.language}}"
107107
env:

0 commit comments

Comments
 (0)