Skip to content

Commit edb02ae

Browse files
Updated .github/workflows/lint-dockerfiles.yml NO_JIRA
1 parent 9e11728 commit edb02ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint-dockerfiles.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint Dockerfiles
33
on: # yamllint disable-line rule:truthy
44
pull_request:
55
paths:
6-
- '**/*Dockerfile*'
6+
- "**/*Dockerfile*"
77

88
jobs:
99
hadolint:
@@ -12,7 +12,7 @@ jobs:
1212
changed-files: ${{ steps.file-changes.outputs.changed-files }}
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818

@@ -30,7 +30,7 @@ jobs:
3030
fi
3131
3232
- name: Run hadolint
33-
uses: reviewdog/action-hadolint@v1.34.1
33+
uses: reviewdog/action-hadolint@v1
3434
with:
3535
fail_on_error: false
3636
filter_mode: diff_context

0 commit comments

Comments
 (0)