Skip to content

.github: bump actions/checkout from 4.1.0 to 4.1.4 #424

.github: bump actions/checkout from 4.1.0 to 4.1.4

.github: bump actions/checkout from 4.1.0 to 4.1.4 #424

Workflow file for this run

name: Lint Dockerfile
on: [push, pull_request, workflow_dispatch]
jobs:
hadolint:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Run hadolint
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
with:
dockerfile: Dockerfile