Skip to content

build(deps-dev): bump node-forge from 1.3.3 to 1.4.0 in /shell-ui #3026

build(deps-dev): bump node-forge from 1.3.3 to 1.4.0 in /shell-ui

build(deps-dev): bump node-forge from 1.3.3 to 1.4.0 in /shell-ui #3026

Workflow file for this run

---
name: codeQL
on:
push:
branches: [development/*]
pull_request:
branches: [development/*]
workflow_dispatch:
jobs:
analyze:
name: Static analysis with CodeQL
runs-on: ubuntu-latest
strategy:
matrix:
language: [python, typescript, go, javascript]
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{ matrix.language }}"