Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

fix(deps): update all non-major dependencies #673

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #673

Workflow file for this run

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