Skip to content

Commit

Permalink
Merge pull request #1032 from hal/dependabot/github_actions/github/co…
Browse files Browse the repository at this point in the history
…deql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
hpehl authored Dec 14, 2023
2 parents 37571d7 + 5a20a87 commit 9b93f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Initialize CodeQL
id: init-codeql
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: java
- name: Set up JDK
Expand All @@ -33,4 +33,4 @@ jobs:
run: $MVN -P skip-gwt verify
- name: Perform CodeQL Analysis
id: perform-codeql
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit 9b93f97

Please sign in to comment.