Skip to content

Commit

Permalink
update rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirDeol committed Jan 27, 2025
1 parent 48b0741 commit bd08326
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/aderyn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ jobs:
uses: actions/checkout@v4

- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
uses: dtolnay/rust-toolchain@stable

- name: Install Aderyn
run: cargo install --git https://github.com/Cyfrin/aderyn.git --tag v0.3.3

- name: Upload Aderyn Report
- name: Generate Aderyn Report
run: aderyn --output report.md .

- name: Upload Aderyn Report as Artifact
Expand Down

0 comments on commit bd08326

Please sign in to comment.