From eff714598d337982735c905d2a0f743b63917eda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:09:06 +0000 Subject: [PATCH] chore(deps): update hadolint/hadolint-action action to v1.7.0 --- .github/workflows/container-oidc.yml | 2 +- .github/workflows/container.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-oidc.yml b/.github/workflows/container-oidc.yml index 6ef1275..5497048 100644 --- a/.github/workflows/container-oidc.yml +++ b/.github/workflows/container-oidc.yml @@ -139,7 +139,7 @@ jobs: uses: actions/checkout@v2 - name: Run Hadolint - uses: hadolint/hadolint-action@v1.6.0 + uses: hadolint/hadolint-action@v1.7.0 with: format: tty dockerfile: ${{ inputs.dockerfile }} diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 2267876..45c33ee 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -131,7 +131,7 @@ jobs: uses: actions/checkout@v2 - name: Run Hadolint - uses: hadolint/hadolint-action@v1.6.0 + uses: hadolint/hadolint-action@v1.7.0 with: format: tty dockerfile: ${{ inputs.dockerfile }}