Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot] 3735a26629 chore(deps): update hadolint/hadolint-action action to v3.5.0 2026-08-25 01:35:50 +00:00
+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