Skip to content

timeline: end-to-end revamp — durable event store, log-explorer strip, redesigned swimlanes/list/drawer, and the per-workload timeline #2325

timeline: end-to-end revamp — durable event store, log-explorer strip, redesigned swimlanes/list/drawer, and the per-workload timeline

timeline: end-to-end revamp — durable event store, log-explorer strip, redesigned swimlanes/list/drawer, and the per-workload timeline #2325

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
# Weekly on Monday at 9am UTC
- cron: '0 9 * * 1'
permissions:
contents: read
security-events: write
actions: read
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [go, javascript-typescript]
steps:
- uses: actions/checkout@v7
- name: Set up Go
if: matrix.language == 'go'
uses: actions/setup-go@v6
with:
go-version: '1.26'
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
queries: security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{ matrix.language }}"