Skip to content

chore(deps): bump ws from 6.2.2 to 6.2.3 #168

chore(deps): bump ws from 6.2.2 to 6.2.3

chore(deps): bump ws from 6.2.2 to 6.2.3 #168

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
CodeQL-Build:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"