We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e11728 commit edb02aeCopy full SHA for edb02ae
.github/workflows/lint-dockerfiles.yml
@@ -3,7 +3,7 @@ name: Lint Dockerfiles
3
on: # yamllint disable-line rule:truthy
4
pull_request:
5
paths:
6
- - '**/*Dockerfile*'
+ - "**/*Dockerfile*"
7
8
jobs:
9
hadolint:
@@ -12,7 +12,7 @@ jobs:
12
changed-files: ${{ steps.file-changes.outputs.changed-files }}
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
@@ -30,7 +30,7 @@ jobs:
30
fi
31
32
- name: Run hadolint
33
- uses: reviewdog/action-hadolint@v1.34.1
+ uses: reviewdog/action-hadolint@v1
34
35
fail_on_error: false
36
filter_mode: diff_context
0 commit comments