Skip to content

rename insights web tool surface #1678

rename insights web tool surface

rename insights web tool surface #1678

Workflow file for this run

name: CodeQL
on:
push:
branches: [main, staging]
pull_request:
branches: [main, staging]
schedule:
- cron: "31 1 * * 4"
concurrency:
group: codeql-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: blacksmith-2vcpu-ubuntu-2404
permissions:
security-events: write
packages: read
actions: read
contents: read
steps:
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript-typescript
build-mode: none
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:javascript-typescript"