From 7b6c2100b36fb26edb7b550012407156138f619a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:05:22 +0000 Subject: [PATCH] chore(deps): update dependency redhat-openshift-ecosystem/openshift-preflight to v1.11.1 (main) (#4192) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/preflight/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/preflight/action.yaml b/.github/actions/preflight/action.yaml index e817781b79..24d926c933 100644 --- a/.github/actions/preflight/action.yaml +++ b/.github/actions/preflight/action.yaml @@ -29,7 +29,7 @@ runs: RHCC_APITOKEN: ${{ inputs.pyxis-api-token }} RHCC_PROJECT_ID: ${{ inputs.redhat-project-id }} # renovate depName=redhat-openshift-ecosystem/openshift-preflight - PREFLIGHT_VERSION: 1.11.0 + PREFLIGHT_VERSION: 1.11.1 IMAGE_URI: ${{ inputs.registry }}/${{ inputs.repository }}:${{ inputs.version }} run: | hack/build/ci/preflight.sh "${{ env.PREFLIGHT_VERSION }}" "${{ env.IMAGE_URI}}" "${{ inputs.report-name }}"