Skip to content

Bump actions/checkout from 4.1.0 to 5.0.0 #193

Bump actions/checkout from 4.1.0 to 5.0.0

Bump actions/checkout from 4.1.0 to 5.0.0 #193

Workflow file for this run

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