Skip to content

ci, cl/clparams: bump kurtosis assertoor to v0.1.2 and align CL clien… #14

ci, cl/clparams: bump kurtosis assertoor to v0.1.2 and align CL clien…

ci, cl/clparams: bump kurtosis assertoor to v0.1.2 and align CL clien… #14

name: SonarCloud Branch Scan
# SonarCloud rejects a branch analysis dated older than the branch's latest
# processed one, so analyses must reach it in chronological order. This
# workflow is the only submitter of branch analyses: it scans after each push,
# serialized per branch by a FIFO concurrency queue, reusing the coverage
# profile uploaded by the commit's merge-queue run.
on:
push:
branches:
- main
- 'release/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
queue: max
permissions:
actions: read
contents: read
jobs:
sonar:
uses: ./.github/workflows/sonar.yml
with:
scan-only: true
secrets: inherit