Skip to content

Commit

Permalink
Bump rustsec-admin to 0.8.3 (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel authored Nov 3, 2022
1 parent ad63e1d commit fba5b61
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assign-ids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cargo/bin
key: rustsec-admin-v0.7.0
key: rustsec-admin-v0.8.3

- name: Install rustsec-admin
run: |
if [ ! -f $HOME/.cargo/bin/rustsec-admin ]; then
cargo install rustsec-admin --vers 0.7.0
cargo install rustsec-admin --vers 0.8.3
fi
- name: Assign IDs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/export-osv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/cache@v3
with:
path: ~/.cargo/bin
key: rustsec-admin-v0.7.0
key: rustsec-admin-v0.8.3
- run: |
if [ ! -f $HOME/.cargo/bin/rustsec-admin ]; then
cargo install rustsec-admin --vers 0.7.0
cargo install rustsec-admin --vers 0.8.3
fi
mkdir -p crates
rustsec-admin osv crates
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/cache@v3
with:
path: ~/.cargo/bin
key: rustsec-admin-v0.8.2
key: rustsec-admin-v0.8.3
- run: |
if [ ! -f $HOME/.cargo/bin/rustsec-admin ]; then
cargo install rustsec-admin --vers 0.8.2
cargo install rustsec-admin --vers 0.8.3
fi
rustsec-admin web .
git config user.name github-actions
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cargo/bin
key: rustsec-admin-v0.8.1p
key: rustsec-admin-v0.8.3

- name: Install rustsec-admin
run: |
if [ ! -f $HOME/.cargo/bin/rustsec-admin ]; then
cargo install rustsec-admin --vers 0.8.1
cargo install rustsec-admin --vers 0.8.3
fi
- name: Lint advisories
Expand Down

0 comments on commit fba5b61

Please sign in to comment.