chore(deps): update hadolint/hadolint-action action to v3.5.0

This commit is contained in:
renovate[bot]
2026-08-25 01:35:50 +00:00
committed by GitHub
parent cf3772768e
commit 3735a26629
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
-e SC2317
-
name: Lint Dockerfile
uses: hadolint/hadolint-action@v3.4.0
uses: hadolint/hadolint-action@v3.5.0
with:
dockerfile: Dockerfile
ignore: DL3006,DL3008,DL3067