Skip to content

Unskip MetaMask add/switch network tests #1676

Unskip MetaMask add/switch network tests

Unskip MetaMask add/switch network tests #1676

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@0ba4244466797eb048eb91a6cd43d5c03ca8bd05
with:
queries: security-and-quality
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@0ba4244466797eb048eb91a6cd43d5c03ca8bd05