Skip to content

fix(http-server): port-aware hardened Host allowlist (BUG-012) #243

fix(http-server): port-aware hardened Host allowlist (BUG-012)

fix(http-server): port-aware hardened Host allowlist (BUG-012) #243

Workflow file for this run

name: CodeQL Analysis
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 6 * * 1' # weekly, Monday 06:00 UTC
workflow_dispatch:
permissions: read-all
jobs:
analyze:
name: Analyze TypeScript
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Initialize CodeQL
uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
with:
languages: javascript-typescript
queries: security-and-quality
- name: Build TypeScript
run: npm ci && npm run build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
with:
category: /language:javascript-typescript