Skip to content

chore(deps): bump body-parser and express #3153

chore(deps): bump body-parser and express

chore(deps): bump body-parser and express #3153

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ next, master ]
pull_request:
branches: [ next, master ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2