Skip to content

chore(deps): bump semver from 5.7.1 to 5.7.2 (#2488) #4060

chore(deps): bump semver from 5.7.1 to 5.7.2 (#2488)

chore(deps): bump semver from 5.7.1 to 5.7.2 (#2488) #4060

name: Code Scanning
on:
push:
branches:
- main
pull_request:
jobs:
CodeQL:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2