Skip to content

chore: switch from interface{} to any (#1837) #649

chore: switch from interface{} to any (#1837)

chore: switch from interface{} to any (#1837) #649

Workflow file for this run

---
name: "CodeQL Security Scanning"
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 15 * * 0"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout
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