Skip to content

Commit 0082879

Browse files
authored
Merge pull request #434 from Yubico/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents 4da8984 + f61612b commit 0082879

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
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Initializes the CodeQL tools for scanning.
3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@v3
33+
uses: github/codeql-action/init@v4
3434
with:
3535
languages: java
3636

@@ -39,4 +39,4 @@ jobs:
3939
./gradlew jar
4040
4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@v3
42+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)