File tree Expand file tree Collapse file tree 6 files changed +254
-469
lines changed Expand file tree Collapse file tree 6 files changed +254
-469
lines changed Original file line number Diff line number Diff line change 3838 - name : Install Rust
3939 uses : dtolnay/rust-toolchain@stable
4040 with :
41- toolchain : 1.87
41+ toolchain : 1.88
4242 targets : ${{ matrix.config.target }}
4343 - name : Install Spin
4444 uses : rajatjindal/setup-actions/spin@main
5656 echo 'linker = "aarch64-linux-gnu-gcc"' >> ${HOME}/.cargo/config.toml
5757 - name : Build plugin binary
5858 run : cargo build --release --target ${{ matrix.config.target }} ${{ matrix.config.extraArg }}
59+ - name : Run cargo audit
60+ run : |
61+ cargo install cargo-audit --locked
62+ cargo audit
5963 - name : Copy plugin binary to standard location
6064 shell : bash
6165 run : cp target/${{ matrix.config.target }}/release/${{ env.PROGRAM_NAME}}${{ matrix.config.extension }} target/release/${{ env.PROGRAM_NAME}}${{ matrix.config.extension }}
You can’t perform that action at this time.
0 commit comments