Skip to content

feat: add tenant_id field to AgentInfo, ExecutionInfo, and WorkflowEx… #6

feat: add tenant_id field to AgentInfo, ExecutionInfo, and WorkflowEx…

feat: add tenant_id field to AgentInfo, ExecutionInfo, and WorkflowEx… #6

Workflow file for this run

name: Security Audit
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1"
permissions:
contents: read
jobs:
npm-audit:
name: NPM Security Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- run: npm audit --audit-level=moderate || true
codeql:
name: CodeQL Analysis
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: "javascript-typescript,actions"
- uses: github/codeql-action/analyze@v3