Skip to content

Commit 659e429

Browse files
authored
Merge pull request #108 from a5chin/renovate/hadolint-hadolint-action-3.x
chore(deps): update hadolint/hadolint-action action to v3.3.0
2 parents bd8161f + e82ba6e commit 659e429

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v5
2727

2828
- name: Lint Dockerfile
29-
uses: hadolint/hadolint-action@v3.2.0
29+
uses: hadolint/hadolint-action@v3.3.0
3030
with:
3131
dockerfile: .devcontainer/Dockerfile
3232

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v5
3131

3232
- name: Lint Dockerfile
33-
uses: hadolint/hadolint-action@v3.2.0
33+
uses: hadolint/hadolint-action@v3.3.0
3434
with:
3535
dockerfile: Dockerfile
3636

0 commit comments

Comments
 (0)