Skip to content

build(deps-dev): bump flatted from 3.3.1 to 3.4.2 in /client #4

build(deps-dev): bump flatted from 3.3.1 to 3.4.2 in /client

build(deps-dev): bump flatted from 3.3.1 to 3.4.2 in /client #4

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- '*'
paths:
- 'client/**'
pull_request:
branches:
- main
- developer
paths:
- 'client/**'
jobs:
analyze:
name: Analyze code
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3