File tree 5 files changed +15
-20
lines changed
5 files changed +15
-20
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,12 @@ jobs:
15
15
uses : actions/cache@v4
16
16
with :
17
17
path : ~/.cargo/bin
18
- key : rustsec-admin-v0.8.8
18
+ key : rustsec-admin-b7c69254bda9b8f4c94bc5eaef47e5bb3a97d8cd
19
19
20
20
- name : Install rustsec-admin
21
21
run : |
22
- VERSION="0.8.8"
23
- if ! ( rustsec-admin --version | grep -q "$VERSION" ); then
24
- cargo install rustsec-admin --force --vers "$VERSION"
22
+ if ! ( rustsec-admin --version | grep -q "0.8.10" ); then
23
+ cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev b7c69254bda9b8f4c94bc5eaef47e5bb3a97d8cd
25
24
fi
26
25
27
26
- name : Assign IDs
Original file line number Diff line number Diff line change @@ -14,11 +14,10 @@ jobs:
14
14
- uses : actions/cache@v4
15
15
with :
16
16
path : ~/.cargo/bin
17
- key : rustsec-admin-v0.8.8
17
+ key : rustsec-admin-b7c69254bda9b8f4c94bc5eaef47e5bb3a97d8cd
18
18
- run : |
19
- VERSION="0.8.8"
20
- if ! ( rustsec-admin --version | grep -q "$VERSION" ); then
21
- cargo install rustsec-admin --force --vers "$VERSION"
19
+ if ! ( rustsec-admin --version | grep -q "0.8.10" ); then
20
+ cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev b7c69254bda9b8f4c94bc5eaef47e5bb3a97d8cd
22
21
fi
23
22
mkdir -p crates
24
23
rustsec-admin osv crates
Original file line number Diff line number Diff line change @@ -14,11 +14,10 @@ jobs:
14
14
- uses : actions/cache@v4
15
15
with :
16
16
path : ~/.cargo/bin
17
- key : rustsec-admin-v0.8.8
17
+ key : rustsec-admin-b7c69254bda9b8f4c94bc5eaef47e5bb3a97d8cd
18
18
- run : |
19
- VERSION="0.8.8"
20
- if ! ( rustsec-admin --version | grep -q "$VERSION" ); then
21
- cargo install rustsec-admin --force --vers "$VERSION"
19
+ if ! ( rustsec-admin --version | grep -q "0.8.10" ); then
20
+ cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev b7c69254bda9b8f4c94bc5eaef47e5bb3a97d8cd
22
21
fi
23
22
rustsec-admin web .
24
23
git config user.name github-actions
Original file line number Diff line number Diff line change @@ -17,13 +17,12 @@ jobs:
17
17
uses : actions/cache@v4
18
18
with :
19
19
path : ~/.cargo/bin
20
- key : rustsec-admin-v0.8.9
20
+ key : rustsec-admin-b7c69254bda9b8f4c94bc5eaef47e5bb3a97d8cd
21
21
22
22
- name : Install rustsec-admin
23
23
run : |
24
- VERSION="0.8.9"
25
- if ! ( rustsec-admin --version | grep -q "$VERSION" ); then
26
- cargo install rustsec-admin --force --vers "$VERSION"
24
+ if ! ( rustsec-admin --version | grep -q "0.8.10" ); then
25
+ cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev b7c69254bda9b8f4c94bc5eaef47e5bb3a97d8cd
27
26
fi
28
27
29
28
- name : Synchronize IDs
Original file line number Diff line number Diff line change @@ -16,13 +16,12 @@ jobs:
16
16
uses : actions/cache@v4
17
17
with :
18
18
path : ~/.cargo/bin
19
- key : rustsec-admin-v0.8.8
19
+ key : rustsec-admin-b7c69254bda9b8f4c94bc5eaef47e5bb3a97d8cd
20
20
21
21
- name : Install rustsec-admin
22
22
run : |
23
- VERSION="0.8.8"
24
- if ! ( rustsec-admin --version | grep -q "$VERSION" ); then
25
- cargo install rustsec-admin --force --vers "$VERSION"
23
+ if ! ( rustsec-admin --version | grep -q "0.8.10" ); then
24
+ cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev b7c69254bda9b8f4c94bc5eaef47e5bb3a97d8cd
26
25
fi
27
26
28
27
- name : Lint advisories
You can’t perform that action at this time.
0 commit comments