Skip to content

fix(clawsec-scanner): release 0.0.2 with real OpenClaw DAST harness #298

fix(clawsec-scanner): release 0.0.2 with real OpenClaw DAST harness

fix(clawsec-scanner): release 0.0.2 with real OpenClaw DAST harness #298

Workflow file for this run

name: CodeQL
on:
pull_request:
branches: [main]
workflow_dispatch:
schedule:
- cron: "17 3 * * 1"
permissions: read-all
jobs:
analyze:
name: Analyze (CodeQL)
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript-typescript"]
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
with:
languages: ${{ matrix.language }}
- name: Install dependencies
run: npm ci
- name: Build project
run: npm run build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4