Skip to content

Commit 556234b

Browse files
authored
Merge pull request #81 from teverett/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents a4cacad + d03ae5d commit 556234b

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
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v5
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v3
30+
uses: github/codeql-action/init@v4
3131
with:
3232
languages: ${{ matrix.language }}
3333

@@ -41,6 +41,6 @@ jobs:
4141
run: mvn -B package --file pom.xml
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@v3
44+
uses: github/codeql-action/analyze@v4
4545
with:
4646
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)