Skip to content

Bump aiohappyeyeballs from 2.4.3 to 2.4.4 in /components/notifier #12299

Bump aiohappyeyeballs from 2.4.3 to 2.4.4 in /components/notifier

Bump aiohappyeyeballs from 2.4.3 to 2.4.4 in /components/notifier #12299

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