Skip to content

chore(deps): bump @mui/material from 5.18.0 to 9.0.1 (#139) #82

chore(deps): bump @mui/material from 5.18.0 to 9.0.1 (#139)

chore(deps): bump @mui/material from 5.18.0 to 9.0.1 (#139) #82

Workflow file for this run

name: CodeQL
on:
pull_request:
branches: [main]
push:
branches: [main]
schedule:
- cron: "22 10 * * 1"
workflow_dispatch:
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze JavaScript and TypeScript
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v6
- uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
build-mode: none
- uses: github/codeql-action/analyze@v4