Skip to content

refactor: updating text to allow any kind of BTC address #246

refactor: updating text to allow any kind of BTC address

refactor: updating text to allow any kind of BTC address #246

name: 'Dependency Review'
on: [pull_request]
# Declare default permissions as read only.
permissions: read-all
jobs:
dependency-review:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: 'Checkout Repository'
uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e # v4.2.1
- name: 'Dependency Review'
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
with:
fail-on-severity: high
comment-summary-in-pr: true