From 35ec5945181cd39a8ebd63f57dc8001e281d502d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 22:19:29 +0000 Subject: [PATCH] chore(deps): bump hadolint/hadolint-action from 2.1.0 to 3.1.0 Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 2.1.0 to 3.1.0. - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](https://github.com/hadolint/hadolint-action/compare/f988afea3da57ee48710a9795b6bb677cc901183...54c9adbab1582c2ef04b2016b760714a4bfde3cf) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/hadolint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 81aa94c8..c556893d 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Run hadolint Giropops-Senhas - uses: hadolint/hadolint-action@f988afea3da57ee48710a9795b6bb677cc901183 + uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf with: dockerfile: ./src/Dockerfile format: sarif @@ -40,7 +40,7 @@ jobs: no-fail: true - name: Run hadolint Redis - uses: hadolint/hadolint-action@f988afea3da57ee48710a9795b6bb677cc901183 + uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf with: dockerfile: ./redis/Dockerfile.redis format: sarif