Skip to content

Commit 566af37

Browse files
authored
Merge pull request #64 from dev-sec/renovate/hadolint-hadolint-action-3.x
chore(deps): update hadolint/hadolint-action action to v3.2.0
2 parents 21f2e77 + 1a1a0d6 commit 566af37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v5
15-
- uses: hadolint/hadolint-action@v3.1.0
15+
- uses: hadolint/hadolint-action@v3.2.0
1616
with:
1717
recursive: true
1818
failure-threshold: warning # info is usually ok

0 commit comments

Comments
 (0)