Skip to content

[npm](deps-dev): Bump lefthook from 1.8.1 to 1.8.2 in /react in the dev-deps group #58

[npm](deps-dev): Bump lefthook from 1.8.1 to 1.8.2 in /react in the dev-deps group

[npm](deps-dev): Bump lefthook from 1.8.1 to 1.8.2 in /react in the dev-deps group #58

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