Skip to content

Commit 427a8fe

Browse files
chore(deps): update hadolint/hadolint-action action to v3.3.0 (#782)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be8f8cd commit 427a8fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ jobs:
4646

4747
# Lint the Dockerfiles
4848
- name: Lint the .NET runtime deps container image recipe
49-
uses: hadolint/hadolint-action@v3.2.0
49+
uses: hadolint/hadolint-action@v3.3.0
5050
with:
5151
dockerfile: dotnet-deps/Dockerfile.${{ matrix.ubuntu-release }}
5252
ignore: DL3008,DL3015,SC3028
5353

5454
- name: Lint the .NET runtime container image recipe
55-
uses: hadolint/hadolint-action@v3.2.0
55+
uses: hadolint/hadolint-action@v3.3.0
5656
with:
5757
dockerfile: dotnet-runtime/Dockerfile.${{ matrix.ubuntu-release }}
5858
ignore: DL3008,DL3015,SC3028
5959

6060
- name: Lint the ASP.NET Core runtime container image recipe
61-
uses: hadolint/hadolint-action@v3.2.0
61+
uses: hadolint/hadolint-action@v3.3.0
6262
with:
6363
dockerfile: dotnet-aspnet/Dockerfile.${{ matrix.ubuntu-release }}
6464
ignore: DL3008,DL3015,SC3028

0 commit comments

Comments
 (0)