Skip to content

chore(deps-dev): bump typescript from 5.4.3 to 5.5.2 #2561

chore(deps-dev): bump typescript from 5.4.3 to 5.5.2

chore(deps-dev): bump typescript from 5.4.3 to 5.5.2 #2561

Workflow file for this run

name: "Code scanning"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 5 * * 6'
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3