Skip to content

Update pqc_kyber from 0.4 to 0.7 (security advisory on 0.4) #1747

Update pqc_kyber from 0.4 to 0.7 (security advisory on 0.4)

Update pqc_kyber from 0.4 to 0.7 (security advisory on 0.4) #1747

Workflow file for this run

---
name: CI checks
on: push
jobs:
cargo-lint:
uses: Cosmian/reusable_workflows/.github/workflows/cargo-nursery.yml@develop
with:
toolchain: stable
cargo-publish:
needs:
- cargo-lint
uses: Cosmian/reusable_workflows/.github/workflows/cargo-publish.yml@develop
if: startsWith(github.ref, 'refs/tags/')
with:
toolchain: stable
secrets: inherit
cleanup:
needs:
- cargo-lint
uses: Cosmian/reusable_workflows/.github/workflows/cleanup_cache.yml@develop
secrets: inherit