Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 authored May 21, 2024
1 parent 339cdad commit 5e431cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Delombok
run: mvn clean process-test-sources -P codeql -B -V -e -ntp -Dmaven.main.skip=true

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 5e431cc

Please sign in to comment.