Skip to content

Commit

Permalink
[actions] point cargo-deny action at our fork to mitigate tar failure (
Browse files Browse the repository at this point in the history
…MystenLabs#9862)

## Description 

Attempt to fix the error seen in
https://github.com/MystenLabs/sui/actions/runs/4515249036/jobs/7952315116?pr=9814
by using our [forked
version](MystenLabs/cargo-deny-action@ca3520a)
of the cargo-deny action with the fix.

I also submitted a [PR in the original
repo](EmbarkStudios/cargo-deny-action#62) so we
can go back to using it after the fix is in place.

## Test Plan 

Ran successful cargo-deny with our fork in
https://github.com/MystenLabs/sui/actions/runs/4515503791/jobs/7953092763

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
after-ephemera authored Mar 24, 2023
1 parent d9977b8 commit d72aeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: mystenlabs/cargo-deny-action@main

move-prover:
name: move-prover
Expand Down

0 comments on commit d72aeb7

Please sign in to comment.