Skip to content

Commit b93a6c2

Browse files
committed
fix: disabling cargo audit
1 parent fec6c48 commit b93a6c2

File tree

2 files changed

+138
-119
lines changed

2 files changed

+138
-119
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
target: wasm32-wasip1
2727
components: rustfmt, clippy
2828

29-
- name: Run cargo-audit binary crate
30-
uses: rustsec/[email protected]
31-
with:
32-
token: ${{ secrets.GITHUB_TOKEN }}
29+
#- name: Run cargo-audit binary crate
30+
# uses: rustsec/[email protected]
31+
# with:
32+
# token: ${{ secrets.GITHUB_TOKEN }}
3333

3434
- name: Build
3535
run: cargo build --all-features

0 commit comments

Comments
 (0)