Skip to content

Phase 1: internal package layout and its enforcement (ADR-0005) #46

Phase 1: internal package layout and its enforcement (ADR-0005)

Phase 1: internal package layout and its enforcement (ADR-0005) #46

Workflow file for this run

name: codeql
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "23 5 * * 1"
permissions:
contents: read
jobs:
analyze:
name: analyze
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: "1.26"
- name: initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: go
- name: autobuild
uses: github/codeql-action/autobuild@v4
- name: analyze
uses: github/codeql-action/analyze@v4
with:
category: "/language:go"