From 383fe2ab70f37b3f51e85ea1ed2beb8060feac84 Mon Sep 17 00:00:00 2001 From: Vincent Brunet Date: Sat, 17 Aug 2024 10:41:42 +0900 Subject: [PATCH] try-to-fix-ci --- .github/workflows/ci-anchor-test.yml | 6 +++--- .github/workflows/ci-cargo-lint-test.yml | 4 ++-- .github/workflows/ci-sec3-vulnerability-scanning.yml | 2 +- programs/uxd/Cargo.toml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-anchor-test.yml b/.github/workflows/ci-anchor-test.yml index 4d1934ed2..ea0c07c3c 100644 --- a/.github/workflows/ci-anchor-test.yml +++ b/.github/workflows/ci-anchor-test.yml @@ -12,9 +12,9 @@ permissions: env: CARGO_TERM_COLOR: always - RUST_TOOLCHAIN: 1.66 - SOLANA_VERSION: 1.14.21 - ANCHOR_VERSION: 0.27.0 + RUST_TOOLCHAIN: 1.80 + SOLANA_VERSION: 1.18.12 + ANCHOR_VERSION: 0.26.0 CLUSTER: 'devnet' DEVNET_RPC: https://api.devnet.solana.com # Default wallet diff --git a/.github/workflows/ci-cargo-lint-test.yml b/.github/workflows/ci-cargo-lint-test.yml index 18c907f5f..1e9f7151d 100644 --- a/.github/workflows/ci-cargo-lint-test.yml +++ b/.github/workflows/ci-cargo-lint-test.yml @@ -8,8 +8,8 @@ on: env: CARGO_TERM_COLOR: always - RUST_TOOLCHAIN: 1.66 - SOLANA_VERSION: 1.14.21 + RUST_TOOLCHAIN: 1.80 + SOLANA_VERSION: 1.18.12 defaults: run: diff --git a/.github/workflows/ci-sec3-vulnerability-scanning.yml b/.github/workflows/ci-sec3-vulnerability-scanning.yml index d69e5d410..73d38e2df 100644 --- a/.github/workflows/ci-sec3-vulnerability-scanning.yml +++ b/.github/workflows/ci-sec3-vulnerability-scanning.yml @@ -21,7 +21,7 @@ jobs: continue-on-error: false # set to true if you don't want to fail jobs uses: silas-x/soteria-action@main with: # remove if not passing arguments below - # solana-version: "1.9.14" # not required + solana-version: '1.18.12' run-mode: '-analyzeAll' # not required cargo-com: '.' # not required program-path: '.' # not required diff --git a/programs/uxd/Cargo.toml b/programs/uxd/Cargo.toml index 52ea393c4..f30d8b611 100644 --- a/programs/uxd/Cargo.toml +++ b/programs/uxd/Cargo.toml @@ -48,9 +48,9 @@ num = "0.4.0" proptest = "1.2.0" async-trait = "0.1.73" -solana-sdk = "1.18" -solana-client = "1.18" -solana-program-test = "1.18" +solana-sdk = "1.18.12" +solana-client = "1.18.12" +solana-program-test = "1.18.12" spl-token = "4.0" spl-associated-token-account = "2.1"