Skip to content

TT-536 - attempt geth fix (#675) #345

TT-536 - attempt geth fix (#675)

TT-536 - attempt geth fix (#675) #345

name: 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@v3
- 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