Skip to content

Fix ip CVE

Fix ip CVE #233

name: "TypeScript security scanning"
on:
push:
branches:
- main
paths-ignore:
- .github/workflows/skipped-security-scanning.yml
- .github/workflows/skipped-workflow.yml
- .github/workflows/workflow.yml
- '.vscode/**'
- 'deploy/**'
- LICENSE
- README.md
pull_request:
branches:
- main
paths-ignore:
- .github/workflows/skipped-security-scanning.yml
- .github/workflows/skipped-workflow.yml
- .github/workflows/workflow.yml
- '.vscode/**'
- 'deploy/**'
- LICENSE
- README.md
schedule:
- cron: '16 9 * * 5'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3