Skip to content

Commit 90d14c8

Browse files
committed
minor fix
1 parent fafa49a commit 90d14c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ jobs:
7575

7676
- run: |
7777
echo "Run, Build Application using script"
78-
./gradlew build
78+
./gradlew build -DapplicationProperties="src/test/resources/test-config/application-test.properties"
7979
8080
- name: Perform CodeQL Analysis
8181
uses: github/codeql-action/analyze@v2
8282
with:
83-
category: "/language:${{matrix.language}}"
83+
category: "/language:java
8484
8585
review:
8686
name: Review Dependencies and create SBOM

src/test/resources/test-config/application-test-windows.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ management.endpoints.web.exposure.include=*
3939
# Mapping-Service specific settings
4040
##################################################
4141
# Absolute path to the local python interpreter
42-
mapping-service.pythonLocation=file:///usr/bin/python3
42+
mapping-service.pythonLocation=file://\hostedtoolcache\windows\Python\3.9.13\x64\python.exe
4343
# Absolute path to the local gemma mappings folder
4444
mapping-service.mappingSchemasLocation=file://mapping-service

0 commit comments

Comments
 (0)