Skip to content

Bump @types/node from 20.14.14 to 22.1.0 #3018

Bump @types/node from 20.14.14 to 22.1.0

Bump @types/node from 20.14.14 to 22.1.0 #3018

Workflow file for this run

name: "CodeQL"
on:
pull_request:
branches: [ trunk ]
push:
branches: [ trunk ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1