Skip to content

Update actions/checkout digest to a5ac7e5 #819

Update actions/checkout digest to a5ac7e5

Update actions/checkout digest to a5ac7e5 #819

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@a5ac7e51b41094c92402da3b24376905380afc29 # 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#refs/heads/} || true
cd ../hivemq-community-edition
- name: Setup Java
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4
with:
distribution: 'temurin'
java-version: '11'
- name: Check
run: ./gradlew test license forbiddenApis javadoc hivemqZip