Checkout submodules in cargo audit CI (#3463)
This should help address the failure that happened last night. https://github.com/bytecodealliance/wasmtime/actions/runs/1361422923
This commit is contained in:
4
.github/workflows/cargo-audit.yml
vendored
4
.github/workflows/cargo-audit.yml
vendored
@@ -6,7 +6,9 @@ jobs:
|
||||
security_audit:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- uses: actions-rs/audit-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user