Skip to content

chore: org migration and workflow standardization (#6) #16

chore: org migration and workflow standardization (#6)

chore: org migration and workflow standardization (#6) #16

Workflow file for this run

name: CodeQL
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.25'
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
queries: security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3