Skip to content

Commit

Permalink
Update hadolint/hadolint-action action to v2 (#52)
Browse files Browse the repository at this point in the history
* Update hadolint/hadolint-action action to v2

* update

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Karl-Johan Grahn <[email protected]>
  • Loading branch information
3 people authored Apr 1, 2022
1 parent 8959d79 commit 157f233
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Docker lint
uses: hadolint/hadolint-action@v1.7.0
uses: hadolint/hadolint-action@v2.1.0
with:
dockerfile: Dockerfile
failure-threshold: warning
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.11] - 2022-04-01
### Updates
- Update hadolint/hadolint-action action to v2

## [0.14.10] - 2022-04-01
### Updates
- Update actions/setup-go action to v3
Expand Down

0 comments on commit 157f233

Please sign in to comment.