Skip to content

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed May 1, 2024
1 parent b602286 commit 0429649
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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 }}

Expand All @@ -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

Expand All @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"solidity-coverage": "^0.8.12",
"solidity-docgen": "^0.6.0-beta.36",
"surya": "^0.4.11",
"vitepress": "^1.1.3",
"vitepress": "^1.1.4",
"yargs": "^17.7.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion slither.config.json
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"
}

0 comments on commit 0429649

Please sign in to comment.