Skip to content

fix: Do not throw error on malformed URI escape in tag (#498) #268

fix: Do not throw error on malformed URI escape in tag (#498)

fix: Do not throw error on malformed URI escape in tag (#498) #268

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with: { languages: javascript }
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2