Skip to content

Support external packages #44

Support external packages

Support external packages #44

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ main ]
paths:
- '**.go'
pull_request:
branches: [ main ]
paths:
- '**.go'
schedule:
- cron: '38 10 * * 0'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
language: [ 'go' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2.21.5
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.21.5