8000 build(deps): bump @walletconnect/ethereum-provider from 2.14.0 to 2.21.0 · bobanetwork/gateway@f0db74f · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build(deps): bump @walletconnect/ethereum-provider from 2.14.0 to 2.21.0 #1351

build(deps): bump @walletconnect/ethereum-provider from 2.14.0 to 2.21.0

build(deps): bump @walletconnect/ethereum-provider from 2.14.0 to 2.21.0 #1351

Workflow file for this run

# This runs Yelp's 'detect-secrets': https://github.com/Yelp/detect-secrets/blob/master/README.md
name: Scan Code for Secrets
on:
pull_request:
branches:
- main # main instead of master to reduce time-to-discover
jobs:
check-for-secrets:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Yelp's detect-secrets
uses: RobertFischer/detect-secrets-action@v2.0.0
- name: Commit back .secrets.baseline (if it was missing)
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "build(detect-secrets): Commit the newly-generated .secrets.baseline file"
0