Skip to content

Commit

Permalink
only build knx
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerfriedrich committed Dec 16, 2023
1 parent 1e026e7 commit 3d41f7d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 438 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/codeql-knx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
uses: actions/setup-java@v1
with:
# distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
distribution: temurin
java-version: 17

- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -53,6 +54,8 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
debug: true
tools: latest
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
Expand All @@ -75,9 +78,9 @@ jobs:
- name: Build
run: |
echo "Run, Build Application using script"
mvn clean package -Dohc.version=3.4.0 -pl :org.openhab.binding.knx
mvn clean compile package -Dohc.version=4.0.0-SNAPSHOT -pl :org.openhab.binding.knx
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"
# with:
# category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Build
run: |
echo "Run, Build Application using script"
mvn package -B -Dohc.version=3.4.0
mvn package -B -Dohc.version=4.0.0-SNAPSHOT
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Expand Down
Loading

0 comments on commit 3d41f7d

Please sign in to comment.