Skip to content

Update jdx/mise-action action to v3.5.1 (#28) #27

Update jdx/mise-action action to v3.5.1 (#28)

Update jdx/mise-action action to v3.5.1 (#28) #27

Workflow file for this run

name: Build
on:
push:
branches: [master, branch-*, dogfood-*]
pull_request:
merge_group:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: github-ubuntu-latest-m
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
fetch-depth: 0
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
with:
version: 2025.7.12
- uses: SonarSource/ci-github-actions/build-maven@v1
with:
artifactory-reader-role: private-reader
deploy-pull-request: true
sonar-platform: next
- uses: SonarSource/ci-github-actions/promote@v1
with:
promote-pull-request: true