Skip to content

Commit 7b01f71

Browse files
authored
Merge pull request #2298 from OWASP/renovate/github-codeql-action-4.x
chore(deps): update github/codeql-action action to v4
2 parents d4cd40a + 920d564 commit 7b01f71

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
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v3
45+
uses: github/codeql-action/init@v4
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -73,4 +73,4 @@ jobs:
7373
- name: run mvn clean package
7474
run: ./mvnw clean package -Ddependency-check.skip=true -Dmaven.test.skip=true
7575
- name: Perform CodeQL Analysis
76-
uses: github/codeql-action/analyze@v3
76+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)