Skip to content

polygon: delete the Polygon tree, tables, protos and chain-config hoo… #1084

polygon: delete the Polygon tree, tables, protos and chain-config hoo…

polygon: delete the Polygon tree, tables, protos and chain-config hoo… #1084

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:
contents: read
actions: write
pull-requests: read
jobs:
sonar:
uses: ./.github/workflows/sonar.yml
with:
scan-only: true
secrets: inherit