Skip to content

Build(deps-dev): Bump typescript from 5.1.3 to 5.1.6 #799

Build(deps-dev): Bump typescript from 5.1.3 to 5.1.6

Build(deps-dev): Bump typescript from 5.1.3 to 5.1.6 #799

Workflow file for this run

name: "CodeQL"
on:
push:
pull_request:
merge_group:
schedule:
- cron: "31 7 * * 3"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["TypeScript"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
source-root: src
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2