diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 0a2bd9a..7071490 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -287,7 +287,7 @@ jobs: - name: Report code coverage if: github.event_name == 'pull_request' - uses: zgosalvez/github-actions-report-lcov@v4.1.16 + uses: zgosalvez/github-actions-report-lcov@v4.1.15 with: coverage-files: lcov.info github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/foundry.toml b/foundry.toml index 2ce8fa5..9e5d0c6 100644 --- a/foundry.toml +++ b/foundry.toml @@ -1,3 +1,5 @@ +fs_permissions = [{ access = "read", path = "ignition/deployments/chain-31337/deployed_addresses.json"}] + [profile.ci] fuzz = { runs = 10_000 } verbosity = 4 @@ -30,3 +32,5 @@ auto_detect_solc = false extra_output_files = [ "metadata" ] viaIR = true + fs_permissions = [{ access = "read", path = "ignition/deployments/chain-31337/deployed_addresses.json"}] + diff --git a/package-lock.json b/package-lock.json index 0cc5f69..60e43ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@settlemint/solidity-token-erc20", - "version": "7.6.7", + "version": "7.6.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@settlemint/solidity-token-erc20", - "version": "7.6.7", + "version": "7.6.8", "license": "FSL-1.1-MIT", "dependencies": { "@amxx/graphprotocol-utils": "1.2.0",