Skip to content

Update @nextui-org/react to 2.6.10 in order to avoid peer dependency … #113

Update @nextui-org/react to 2.6.10 in order to avoid peer dependency …

Update @nextui-org/react to 2.6.10 in order to avoid peer dependency … #113

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- react-rewrite
pull_request:
branches:
- react-rewrite
schedule:
- cron: '36 7 * * 0'
jobs:
Analyze:
name: Analyze
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
security-events: write
defaults:
run:
working-directory: react/
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install Dependencies
run: |
npm ci
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript-typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
upload: true