Skip to content

Support Phantom wallet #2393

Support Phantom wallet

Support Phantom wallet #2393

Workflow file for this run

name: CodeQL
on:
push:
branches: [master, dev]
pull_request:
branches: [master, dev]
schedule:
- cron: '0 6 * * 3'
concurrency:
group:
'${{ github.workflow }} @ ${{ github.event.pull_request.head.label ||
github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@a09933a12a80f87b87005513f0abb1494c27a716
with:
queries: security-and-quality
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716