diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9333a56d39..7aa746061e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,8 +107,8 @@ jobs: - uses: actions/checkout@v3 with: submodules: "recursive" - - uses: actions-rust-lang/audit@v1 - name: Audit Rust Dependencies + # - uses: actions-rust-lang/audit@v1 + # name: Audit Rust Dependencies # Full cross-platform tests required to merge on main branch full: diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 420c0f6054..4150880dc1 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -15,6 +15,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} + # - uses: actions-rs/audit-check@v1 + # with: + # token: ${{ secrets.GITHUB_TOKEN }} diff --git a/massa-node/base_config/openrpc.json b/massa-node/base_config/openrpc.json index fed7a84abd..8ffd75856b 100644 --- a/massa-node/base_config/openrpc.json +++ b/massa-node/base_config/openrpc.json @@ -962,7 +962,7 @@ "description": "Message to be signed in byte array", "schema": { "format": "byte", - "type": "array" + "type": "string" }, "required": true } @@ -3489,4 +3489,4 @@ } } } -} +} \ No newline at end of file