✨ feat: Implemented sign_eth method with MetaMask settings page #1930
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CodeQL | |
on: | |
push: | |
branches: | |
- new-dawn | |
pull_request: | |
schedule: | |
- cron: '0 6 * * 3' | |
jobs: | |
analyze: | |
runs-on: ubuntu-latest | |
permissions: | |
security-events: write | |
steps: | |
- name: Checkout | |
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected] | |
- name: Initialize CodeQL | |
uses: github/codeql-action/init@65c74964a9ed8c44ed9f19d4bbc5757a6a8e9ab9 # [email protected] | |
with: | |
queries: security-and-quality | |
languages: javascript-typescript | |
- name: Perform CodeQL Analysis | |
uses: github/codeql-action/analyze@65c74964a9ed8c44ed9f19d4bbc5757a6a8e9ab9 # [email protected] | |
with: | |
category: "/language:javascript-typescript" |