Skip to content

Merge pull request #34 from crni99/dependabot/npm_and_yarn/react-fron… #197

Merge pull request #34 from crni99/dependabot/npm_and_yarn/react-fron…

Merge pull request #34 from crni99/dependabot/npm_and_yarn/react-fron… #197

Workflow file for this run

name: CodeQL Analysis (React/JS)
on:
push:
paths:
- 'react-frontend/**/*'
pull_request:
paths:
- 'react-frontend/**/*'
jobs:
analyze-react:
name: Analyze React Code with CodeQL
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL for React
uses: github/codeql-action/init@v3
with:
languages: javascript-typescript
build-mode: none
- name: Perform CodeQL Analysis for React
uses: github/codeql-action/analyze@v3
with:
category: "/language:javascript-typescript"