Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

jobs:
build:
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@verbose-build
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
with:
nimble-version: 6fe9d817a70a14fa57022a9cca46eb443ee5a040
test-command: |
nimble setup -l
nimble test

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
2 changes: 1 addition & 1 deletion json_rpc.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
mode = ScriptMode.Verbose

packageName = "json_rpc"
version = "0.5.2"
version = "0.5.4"
author = "Status Research & Development GmbH"
description = "Ethereum remote procedure calls"
license = "Apache License 2.0"
Expand Down
Loading