build: Recreate lockfile of 6241ec5 from 2025-12-06 (#2303) #9
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 }} |