q9f / eth.rb

a straightforward library to build, sign, and broadcast ethereum transactions anywhere you can run ruby.
https://q9f.github.io/eth.rb
Apache License 2.0
204 stars 88 forks source link

build(deps): bump github/codeql-action from 1 to 2 #92

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github/codeql-action from 1 to 2.

Changelog

Sourced from github/codeql-action's changelog.

Commits
  • 06b15c2 Allow pack specifiers to include paths
  • ea676e3 Don't wait for processing in test mode
  • 7c2be06 Factor out test mode determination code
  • 0c3c093 Merge pull request #1045 from github/henrymercer/prompt-v1-to-v2-upgrades
  • 2bf00f7 Merge branch 'main' into henrymercer/prompt-v1-to-v2-upgrades
  • 02083c3 Add a comment to explain why we show the upgrade message on GHES 3.4
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 2 years ago

Codecov Report

Merging #92 (b57e859) into main (1ff9ce8) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #92   +/-   ##
=======================================
  Coverage   99.73%   99.73%           
=======================================
  Files          67       67           
  Lines        3801     3801           
=======================================
  Hits         3791     3791           
  Misses         10       10           

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more