Skip to content

Bump @mui/x-date-pickers from 7.22.1 to 7.22.2 in /components/frontend #12025

Bump @mui/x-date-pickers from 7.22.1 to 7.22.2 in /components/frontend

Bump @mui/x-date-pickers from 7.22.1 to 7.22.2 in /components/frontend #12025

Workflow file for this run

---
name: Hadolint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- component: api_server
- component: collector
- component: database
- component: frontend
- component: notifier
- component: proxy
- component: renderer
- component: testdata
steps:
- uses: actions/[email protected]
- name: Hadolint ${{ matrix.component }}
uses: hadolint/[email protected]
with:
dockerfile: components/${{ matrix.component }}/Dockerfile