Skip to content

build(deps): bump socket.io-parser from 4.2.2 to 4.2.4 #796

build(deps): bump socket.io-parser from 4.2.2 to 4.2.4

build(deps): bump socket.io-parser from 4.2.2 to 4.2.4 #796

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [develop, feature-*, main, rel-*]
pull_request:
branches: [develop]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-20.04
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript"]
steps:
- uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2