Skip to content

Commit 3f78587

Browse files
ci(deps): bump brpaz/hadolint-action from v1.4.0 to v1.5.0 (#5)
Bumps [brpaz/hadolint-action](https://github.com/brpaz/hadolint-action) from v1.4.0 to v1.5.0. - [Release notes](https://github.com/brpaz/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](brpaz/hadolint-action@v1.4.0...c27bd9e) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ad8bae commit 3f78587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Verify Dockerfile with Hadolint
25-
uses: brpaz/hadolint-action@v1.4.0
25+
uses: brpaz/hadolint-action@v1.5.0
2626

2727
- name: "Build Docker image"
2828
if: env.RELEASE_VERSION != ''

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: echo ::set-output name=docker_tag::$(echo ${GITHUB_REF} | cut -d'/' -f3)-${GITHUB_SHA}
2020

2121
- name: Verify Dockerfile with Hadolint
22-
uses: brpaz/hadolint-action@v1.4.0
22+
uses: brpaz/hadolint-action@v1.5.0
2323

2424
- name: Build Docker image
2525
run: docker build . -t ${{ env.IMAGE_NAME }}:${{ steps.vars.outputs.docker_tag }}

0 commit comments

Comments
 (0)