Skip to content

chore(deps): update linters #406

chore(deps): update linters

chore(deps): update linters #406

---
name: JMX Exporter Compatibility
on:
pull_request:
workflow_dispatch:
inputs:
repository:
description: JMX Exporter repository to test, in owner/name form
required: false
default: prometheus/jmx_exporter
ref:
description: JMX Exporter branch, tag, or commit to test
required: true
permissions: {}
jobs:
jmx-exporter-compatibility:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
persist-credentials: false
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
version: v2026.7.0
sha256: 0744cb3c303baf0d308ff7b112ed41f22abb6029cb5644fd3a8ce74b29f16a68
working_directory: .mise/envs/jmx-exporter
- name: Cache local Maven repository
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
- name: Run JMX Exporter compatibility tests
working-directory: .mise/envs/jmx-exporter
env:
JMX_EXPORTER_REPOSITORY: ${{ inputs.repository || 'prometheus/jmx_exporter' }}
JMX_EXPORTER_REF: ${{ inputs.ref }}
run: mise compat-test