-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b602286
commit 0429649
Showing
4 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
FORCE_COLOR: 1 | ||
steps: | ||
- name: Setup Code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Setup Environment | ||
uses: ./.github/actions/setup | ||
|
@@ -32,7 +32,7 @@ jobs: | |
FORCE_COLOR: 1 | ||
steps: | ||
- name: Setup Code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Setup Environment | ||
uses: ./.github/actions/setup | ||
|
@@ -50,7 +50,7 @@ jobs: | |
FORCE_COLOR: 1 | ||
steps: | ||
- name: Setup Code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Setup Environment | ||
uses: ./.github/actions/setup | ||
|
@@ -59,7 +59,7 @@ jobs: | |
run: npm run coverage | ||
|
||
- name: Post to Codecov | ||
uses: codecov/codecov-action@v4.2.0 | ||
uses: codecov/codecov-action@v4.3.1 | ||
env: | ||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} | ||
|
||
|
@@ -70,13 +70,13 @@ jobs: | |
FORCE_COLOR: 1 | ||
steps: | ||
- name: Setup Code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Setup Environment | ||
uses: ./.github/actions/setup | ||
|
||
- name: Run Slither | ||
uses: crytic/slither-action@v0.3.2 | ||
uses: crytic/slither-action@v0.4.0 | ||
with: | ||
node-version: 20 | ||
|
||
|
@@ -86,7 +86,7 @@ jobs: | |
env: | ||
FORCE_COLOR: 1 | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- name: Run CodeSpell | ||
uses: codespell-project/[email protected] | ||
with: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"detectors_to_run": "arbitrary-send-erc20,array-by-reference,incorrect-shift,name-reused,rtlo,suicidal,uninitialized-state,uninitialized-storage,arbitrary-send-erc20-permit,controlled-array-length,controlled-delegatecall,delegatecall-loop,msg-value-loop,reentrancy-eth,unchecked-transfer,weak-prng,domain-separator-collision,erc20-interface,erc721-interface,locked-ether,mapping-deletion,shadowing-abstract,tautology,write-after-write,boolean-cst,reentrancy-no-eth,reused-constructor,tx-origin,unchecked-lowlevel,unchecked-send,variable-scope,void-cst,events-access,events-maths,incorrect-unary,boolean-equal,cyclomatic-complexity,deprecated-standards,erc20-indexed,function-init-state,unused-state,reentrancy-unlimited-gas,constable-states,immutable-states,var-read-using-this", | ||
"detectors_to_run": "arbitrary-send-erc20,array-by-reference,incorrect-shift,name-reused,rtlo,suicidal,uninitialized-state,uninitialized-storage,arbitrary-send-erc20-permit,controlled-array-length,controlled-delegatecall,delegatecall-loop,msg-value-loop,reentrancy-eth,unchecked-transfer,weak-prng,domain-separator-collision,erc20-interface,erc721-interface,locked-ether,mapping-deletion,shadowing-abstract,tautology,write-after-write,boolean-cst,reentrancy-no-eth,reused-constructor,tx-origin,unchecked-lowlevel,unchecked-send,variable-scope,void-cst,events-access,events-maths,incorrect-unary,boolean-equal,cyclomatic-complexity,deprecated-standards,erc20-indexed,function-init-state,pragma,unused-state,reentrancy-unlimited-gas,constable-states,immutable-states,var-read-using-this", | ||
"filter_paths": "contracts/mocks,contracts-exposed", | ||
"compile_force_framework": "hardhat" | ||
} |