chore(deps): bump hackmyagent 0.23.6 -> 0.23.11 (#223) #209
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: parity | |
| on: | |
| pull_request: | |
| paths: | |
| - "packages/cli/**" | |
| - "packages/cli-ui/**" | |
| - "packages/registry-client/**" | |
| - "packages/check-core/**" | |
| - "package.json" | |
| - "package-lock.json" | |
| - ".github/workflows/parity.yml" | |
| push: | |
| branches: [main] | |
| concurrency: | |
| group: parity-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| parity: | |
| # opena2a-parity moved from opena2a-org to opena2a-standards on 2026-05-24. | |
| # Pinned to the current main SHA; bumps require an explicit, reviewable PR. | |
| uses: opena2a-standards/opena2a-parity/.github/workflows/parity.yml@5684cc3b0abfbf6eb1f1d66b637b095647f91830 | |
| with: | |
| hma_ref: main | |
| opena2a_ref: ${{ github.event.pull_request.head.sha || github.sha }} | |
| ai_trust_ref: main |