build: Recreate lockfile of 1fab5d0 from 2026-03-23 (#2515) #73
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: Check deps for Eclipse IPDDP compliance | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths: [Cargo.toml, Cargo.lock] | |
| jobs: | |
| generate-deps: | |
| name: Generate ClearyDefined list of dependencies ids. | |
| uses: eclipse-zenoh/ci/.github/workflows/generate-deps-cargo.yml@main | |
| with: | |
| repo: ${{ github.repository }} | |
| check-ipddp-compliance: | |
| name: Check Eclipse IPDDP compliance | |
| needs: generate-deps | |
| uses: eclipse-zenoh/ci/.github/workflows/eclipse-ipddp.yml@main | |
| with: | |
| dependencies: ${{ needs.generate-deps.outputs.dependencies }} |