File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2424 with :
2525 path : ~/.cargo/bin
26- key : rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29
26+ key : rustsec-admin-fd0658040d06dff9569dd7b2df60439db93403ec
2727
2828 - name : Install rustsec-admin
2929 if : steps.admin-cache.outputs.cache-hit != 'true'
30- run : cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 7ed6bee1571768e528a6631400d3b51f37463b29
30+ run : cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev fd0658040d06dff9569dd7b2df60439db93403ec
3131
3232 - name : Assign IDs
3333 id : assign
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 id : admin-cache
2222 with :
2323 path : ~/.cargo/bin
24- key : rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29
24+ key : rustsec-admin-fd0658040d06dff9569dd7b2df60439db93403ec
2525
2626 - name : Install rustsec-admin
2727 if : steps.admin-cache.outputs.cache-hit != 'true'
28- run : cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 7ed6bee1571768e528a6631400d3b51f37463b29
28+ run : cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev fd0658040d06dff9569dd7b2df60439db93403ec
2929
3030 - run : |
3131 mkdir -p crates
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 id : admin-cache
2222 with :
2323 path : ~/.cargo/bin
24- key : rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29
24+ key : rustsec-admin-fd0658040d06dff9569dd7b2df60439db93403ec
2525
2626 - name : Install rustsec-admin
2727 if : steps.admin-cache.outputs.cache-hit != 'true'
28- run : cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 7ed6bee1571768e528a6631400d3b51f37463b29
28+ run : cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev fd0658040d06dff9569dd7b2df60439db93403ec
2929
3030 - run : |
3131 rustsec-admin web .
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525 uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2626 with :
2727 path : ~/.cargo/bin
28- key : rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29
28+ key : rustsec-admin-fd0658040d06dff9569dd7b2df60439db93403ec
2929
3030 - name : Install rustsec-admin
3131 if : steps.admin-cache.outputs.cache-hit != 'true'
32- run : cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 7ed6bee1571768e528a6631400d3b51f37463b29
32+ run : cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev fd0658040d06dff9569dd7b2df60439db93403ec
3333
3434 - name : Synchronize IDs
3535 id : sync_ids
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2222 with :
2323 path : ~/.cargo/bin
24- key : rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29
24+ key : rustsec-admin-fd0658040d06dff9569dd7b2df60439db93403ec
2525
2626 - name : Install rustsec-admin
2727 if : steps.admin-cache.outputs.cache-hit != 'true'
28- run : cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 7ed6bee1571768e528a6631400d3b51f37463b29
28+ run : cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev fd0658040d06dff9569dd7b2df60439db93403ec
2929
3030 - name : Lint advisories
31- run : rustsec-admin lint --skip-namecheck rustdecimal,vec-const
31+ run : rustsec-admin lint
You can’t perform that action at this time.
0 commit comments