Skip to content

fix: replace all occurrences in path parameter sanitization #32

fix: replace all occurrences in path parameter sanitization

fix: replace all occurrences in path parameter sanitization #32

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
analyze:
name: CodeQL Analysis
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- name: Perform analysis
uses: github/codeql-action/analyze@v2
concurrency:
group: codeql-analyze-${{ github.head_ref }}
cancel-in-progress: true