Skip to content

Bump @mui/x-date-pickers from 7.26.0 to 7.27.0 in /frontend #493

Bump @mui/x-date-pickers from 7.26.0 to 7.27.0 in /frontend

Bump @mui/x-date-pickers from 7.26.0 to 7.27.0 in /frontend #493

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- javascript-typescript
- python
- actions
steps:
- name: Check out code from GitHub
uses: actions/[email protected]
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
with:
languages: "${{ matrix.language }}"
- name: Perform Python CodeQL Analysis
uses: github/codeql-action/[email protected]
id: code-analysis
with:
category: "/language:${{ matrix.language }}"