Skip to content

[npm](deps-dev): Bump @biomejs/biome from 2.3.8 to 2.3.10 in /react #402

[npm](deps-dev): Bump @biomejs/biome from 2.3.8 to 2.3.10 in /react

[npm](deps-dev): Bump @biomejs/biome from 2.3.8 to 2.3.10 in /react #402

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@v5
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: Set up Node.js
uses: actions/setup-node@v5
with:
node-version: 24
cache: "pnpm"
cache-dependency-path: '**/pnpm-lock.yaml'
- name: Install Dependencies
run: |
pnpm install --frozen-lockfile --ignore-scripts
- 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