Skip to content

Update dependency com.github.oshi:oshi-core to v6.4.13 #682

Update dependency com.github.oshi:oshi-core to v6.4.13

Update dependency com.github.oshi:oshi-core to v6.4.13 #682

Workflow file for this run

name: CI Check
on: [ push ]
concurrency:
group: ${{ github.ref }}-check
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Checkout Extension SDK
run: |
git clone https://github.com/hivemq/hivemq-extension-sdk.git ../hivemq-extension-sdk
cd ../hivemq-extension-sdk
git checkout ${GITHUB_REF##*/} || true
cd ../hivemq-community-edition
- name: Setup Java
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
with:
distribution: 'temurin'
java-version: '11'
- name: Check
run: ./gradlew test license forbiddenApis javadoc hivemqZip