Skip to content

Commit dae1bf3

Browse files
authored
Merge pull request #1362 from mybatis/renovate/github-codeql-action-4.x
Update github/codeql-action action to v4
2 parents 47a762e + 722a72e commit dae1bf3

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
@@ -61,7 +61,7 @@ jobs:
6161
EOF
6262
6363
- name: Initialize CodeQL
64-
uses: github/codeql-action/init@v3
64+
uses: github/codeql-action/init@v4
6565
with:
6666
languages: ${{ matrix.language }}
6767
queries: +security-and-quality
@@ -75,6 +75,6 @@ jobs:
7575
run: ./mvnw clean install -DskipTests
7676

7777
- name: Perform CodeQL Analysis
78-
uses: github/codeql-action/analyze@v3
78+
uses: github/codeql-action/analyze@v4
7979
with:
8080
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)