Skip to content

chore(deps-dev): bump tsd from 0.28.1 to 0.31.2 #13

chore(deps-dev): bump tsd from 0.28.1 to 0.31.2

chore(deps-dev): bump tsd from 0.28.1 to 0.31.2 #13

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '17 20 * * 0'
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
permissions:
security-events: write
packages: read
strategy:
fail-fast: false
matrix:
include:
- language: c-cpp
build-mode: manual
- language: javascript-typescript
build-mode: none
steps:
- name: Checkout repository
uses: actions/[email protected]
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- name: Use Node.js 22
if: matrix.language == 'c-cpp'
uses: actions/[email protected]
with:
node-version: 22
- run: npm install
if: matrix.language == 'c-cpp'
- if: matrix.language == 'c-cpp'
shell: bash
run: |
npm_config_build_from_source=true npm run install
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"