Skip to content

fix(security): patch 4 fast-uri CVEs and stop tag interpolation in re… #103

fix(security): patch 4 fast-uri CVEs and stop tag interpolation in re…

fix(security): patch 4 fast-uri CVEs and stop tag interpolation in re… #103

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
schedule:
- cron: "23 8 * * 1"
permissions:
contents: read
jobs:
analyze:
permissions:
contents: read
security-events: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
with:
languages: python
- uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4