Skip to content

Commit 9b0a5a1

Browse files
committed
feat: update locks
1 parent b13f959 commit 9b0a5a1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/solidity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
288288
- name: Report code coverage
289289
if: github.event_name == 'pull_request'
290-
uses: zgosalvez/[email protected].16
290+
uses: zgosalvez/[email protected].15
291291
with:
292292
coverage-files: lcov.info
293293
github-token: ${{ secrets.GITHUB_TOKEN }}

foundry.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
fs_permissions = [{ access = "read", path = "ignition/deployments/chain-31337/deployed_addresses.json"}]
2+
13
[profile.ci]
24
fuzz = { runs = 10_000 }
35
verbosity = 4
@@ -30,3 +32,5 @@
3032
auto_detect_solc = false
3133
extra_output_files = [ "metadata" ]
3234
viaIR = true
35+
fs_permissions = [{ access = "read", path = "ignition/deployments/chain-31337/deployed_addresses.json"}]
36+

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)