Skip to content

Commit fcb140b

Browse files
authored
Merge pull request #162 from TEIC/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents 3670162 + 704fe1d commit fcb140b

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
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@v3
54+
uses: github/codeql-action/init@v4
5555
with:
5656
languages: ${{ matrix.language }}
5757
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -82,6 +82,6 @@ jobs:
8282
run: mvn clean package --file pom.xml
8383

8484
- name: Perform CodeQL Analysis
85-
uses: github/codeql-action/analyze@v3
85+
uses: github/codeql-action/analyze@v4
8686
with:
8787
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)