Skip to content

Merge pull request #985 from spring-financial-group/checkout-patterns #585

Merge pull request #985 from spring-financial-group/checkout-patterns

Merge pull request #985 from spring-financial-group/checkout-patterns #585

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
# At 23:30 on Sunday
- cron: '30 23 * * 0'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['go']
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- run: |
make linux
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2