Skip to content

Adding evmconfig and fork config into TOML networkConfig (#832) #488

Adding evmconfig and fork config into TOML networkConfig (#832)

Adding evmconfig and fork config into TOML networkConfig (#832) #488

name: (all packages) Static Analysis
on:
push:
branches: [main]
schedule:
- cron: '23 19 * * 4'
jobs:
codeQL:
name: CodeQL Checks
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2