Skip to content

Commit 867cdf7

Browse files
committed
ci: run prepare-for-build action before CodeQL initialization
We probably only need this for java, but just run it as a matter of fact. CodeQL is working properly, but if we get the tooling correct we may benefit from dependency analysis.
1 parent 5c4af86 commit 867cdf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
with:
3838
persist-credentials: false
3939

40+
- name: Configure tools
41+
uses: ./.github/actions/prepare-for-build
42+
4043
# Initializes the CodeQL tools for scanning.
4144
- name: Initialize CodeQL
4245
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3

0 commit comments

Comments
 (0)