Skip to content

[npm](deps): Bump @nextui-org/react from 2.4.6 to 2.4.8 in /react #14

[npm](deps): Bump @nextui-org/react from 2.4.6 to 2.4.8 in /react

[npm](deps): Bump @nextui-org/react from 2.4.6 to 2.4.8 in /react #14

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-latest
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