mirror of
https://github.com/karancode/yamllint-github-action.git
synced 2024-08-16 10:19:48 +02:00
chore(action): bump burdzwastaken/hadolint-action from 1.6.0 to 1.14.0
Bumps [burdzwastaken/hadolint-action](https://github.com/burdzwastaken/hadolint-action) from 1.6.0 to 1.14.0. - [Release notes](https://github.com/burdzwastaken/hadolint-action/releases) - [Commits](https://github.com/burdzwastaken/hadolint-action/compare/1.6.0...1.14.0) --- updated-dependencies: - dependency-name: burdzwastaken/hadolint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ac72e14cd4
commit
e4dd016ddf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Dockerfile Lint
|
- name: Dockerfile Lint
|
||||||
uses: burdzwastaken/hadolint-action@1.6.0
|
uses: burdzwastaken/hadolint-action@1.14.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
HADOLINT_ACTION_DOCKERFILE_FOLDER: .
|
HADOLINT_ACTION_DOCKERFILE_FOLDER: .
|
||||||
|
|
Loading…
Reference in a new issue