Skip to content

ui: add data source toggle for demo vs live (#29) #93

ui: add data source toggle for demo vs live (#29)

ui: add data source toggle for demo vs live (#29) #93

Workflow file for this run

name: SAST (Semgrep)
on:
push: {}
pull_request: {}
workflow_dispatch: {}
permissions:
contents: read
jobs:
semgrep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Semgrep (OSS rules)
uses: semgrep/semgrep-action@v1
with:
config: auto
env:
SEMGREP_SEND_METRICS: "off"