Skip to content

Commit cf0d8dc

Browse files
authored
Merge pull request #344 from doctrine/dependabot/github_actions/hadolint/hadolint-action-3.2.0
chore(deps): bump hadolint/hadolint-action from 3.1.0 to 3.2.0
2 parents 9a57348 + 5d40c8f commit cf0d8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-dockerfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- uses: "actions/checkout@v5"
2626

2727
- name: "Lint Dockerfile"
28-
uses: "hadolint/hadolint-action@v3.1.0"
28+
uses: "hadolint/hadolint-action@v3.2.0"
2929
with:
3030
dockerfile: ".docker/validate-against-schema/Dockerfile"

0 commit comments

Comments
 (0)