We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9793462 commit 81b75f9Copy full SHA for 81b75f9
.github/workflows/solidity.yml
@@ -50,6 +50,7 @@ jobs:
50
with:
51
sarif: slither.sarif
52
slither-args: --filter-paths "lib/" --filter-paths "node_modules/"
53
+ solc-version: ${{ vars.SOL_VERSION || '0.8.24' }}
54
fail-on: none
55
56
- name: Upload findings to GitHub Advanced Security Dashboard
0 commit comments