Skip to content

Commit 4d231a2

Browse files
authored
Merge pull request #270 from kit-data-manager/renovate/github-codeql-action-4.x
Update github/codeql-action action to v4
2 parents 0b62198 + 1312ef9 commit 4d231a2

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
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@v3
53+
uses: github/codeql-action/init@v4
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -79,7 +79,7 @@ jobs:
7979
./gradlew build -DapplicationProperties="src/test/resources/test-config/application-test.properties"
8080
8181
- name: Perform CodeQL Analysis
82-
uses: github/codeql-action/analyze@v3
82+
uses: github/codeql-action/analyze@v4
8383
with:
8484
category: "/language:java"
8585

0 commit comments

Comments
 (0)