Skip to content

build(deps): bump tar from 6.2.0 to 6.2.1 #66

build(deps): bump tar from 6.2.0 to 6.2.1

build(deps): bump tar from 6.2.0 to 6.2.1 #66

Workflow file for this run

name: Code Scanning
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '30 1 * * 0'
jobs:
CodeQL:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2