Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(RUSTSEC-2024-0344): vulnerability in curve25519-dalek #254

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
pyo3:
uses: ./.github/workflows/maturin.yml
with:
toolchain: nightly-2024-01-09
toolchain: nightly-2024-06-09

not-fips-image:
name: Not FIPS image build and tests
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
cargo-lint:
uses: ./.github/workflows/clippy.yml
with:
toolchain: nightly-2024-01-09
toolchain: nightly-2024-06-09

build_tests:
uses: ./.github/workflows/build_all.yml
secrets: inherit
with:
toolchain: nightly-2024-01-09
toolchain: nightly-2024-06-09

clean_env_test:
name: ${{ matrix.archive_name }} -> Launch binary in a clean env. -> ${{ matrix.os }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
cargo-doc:
uses: Cosmian/reusable_workflows/.github/workflows/cargo-doc.yml@develop
with:
toolchain: nightly-2024-01-09
toolchain: nightly-2024-06-09

python_and_docker:
uses: ./.github/workflows/build_and_test_docker_image.yml
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@ jobs:
cargo-lint:
uses: ./.github/workflows/clippy.yml
with:
toolchain: nightly-2024-01-09
toolchain: nightly-2024-06-09

build:
uses: ./.github/workflows/build_all_release.yml
secrets: inherit
with:
toolchain: nightly-2024-01-09
toolchain: nightly-2024-06-09

build_tests:
uses: ./.github/workflows/build_all.yml
secrets: inherit
with:
toolchain: nightly-2024-01-09
toolchain: nightly-2024-06-09

cargo-doc:
uses: Cosmian/reusable_workflows/.github/workflows/cargo-doc.yml@develop
with:
toolchain: nightly-2024-01-09
toolchain: nightly-2024-06-09

python_and_docker:
uses: ./.github/workflows/build_and_test_docker_image.yml
Expand Down
Loading
Loading