Skip to content

Commit

Permalink
[TT-1759] use newer version of validate-solidity-artifacts action (#1…
Browse files Browse the repository at this point in the history
…4562)

* use newer version of validate-solidity-artifacts action + add test files

* remove test files
  • Loading branch information
Tofel authored Sep 26, 2024
1 parent c6e6e21 commit 3d1b96a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/solidity-foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,10 @@ jobs:
done
- name: Validate if all Slither run for all contracts
uses: smartcontractkit/.github/actions/validate-solidity-artifacts@b6e37806737eef87e8c9137ceeb23ef0bff8b1db # validate-solidity-artifacts@0.1.0
uses: smartcontractkit/.github/actions/validate-solidity-artifacts@094e8de69ca35d17f321cecc062cbeed12642ef5 # validate-solidity-artifacts@0.2.0
with:
validate_slither_reports: 'true'
validate_uml_diagrams: 'false'
slither_reports_path: 'contracts/slither-reports-current'
sol_files: ${{ needs.changes.outputs.not_test_sol_modified_files }}

Expand Down

0 comments on commit 3d1b96a

Please sign in to comment.