Skip to content

Commit 8c9872e

Browse files
Bump hadolint/hadolint-action from 2.1.0 to 3.0.0
Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](hadolint/hadolint-action@v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4492d6f commit 8c9872e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install govulncheck
1818
run: go install golang.org/x/vuln/cmd/govulncheck@latest
1919
- name: Hadolint
20-
uses: hadolint/hadolint-action@v2.1.0
20+
uses: hadolint/hadolint-action@v3.0.0
2121
- name: Goreleaser Check
2222
uses: goreleaser/goreleaser-action@v3.2.0
2323
with:

0 commit comments

Comments
 (0)