Skip to content

chore(deps): bump the npm_and_yarn group with 4 updates #22

chore(deps): bump the npm_and_yarn group with 4 updates

chore(deps): bump the npm_and_yarn group with 4 updates #22

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 14 * * 0' # Schedule a weekly run
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3