Skip to content

Implement ZCash account creation & balance resolution #17164

Implement ZCash account creation & balance resolution

Implement ZCash account creation & balance resolution #17164

Workflow file for this run

name: security
on:
workflow_dispatch:
push:
branches: [master]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [master]
jobs:
security:
name: security
runs-on: ubuntu-latest
strategy:
fail-fast: false
# CodeQL analyzed languages
matrix:
language: [ 'generic', 'javascript', 'python' ]
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
fetch-depth: 0
- uses: brave/security-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }} # optional
codeql_config: ./.github/codeql/codeql-config.yml
assignees: |
fmarier
thypon