Skip to content

chore: some updates, cast to uint256 #2169

chore: some updates, cast to uint256

chore: some updates, cast to uint256 #2169

Workflow file for this run

name: CodeQL Analysis
on:
pull_request:
push:
branches:
- development
jobs:
code-ql-analysis:
name: CodeQL Analysis
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript", "typescript"]
# CodeQL currently supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Modified to support codebase. Currently no support for Solidity Language
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Init CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2