From 3391cd681f81427de128619f931d0009d048c5a4 Mon Sep 17 00:00:00 2001 From: "protocols-renovate[bot]" <270912179+protocols-renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:59:02 +0000 Subject: [PATCH] Update Renovatebot GHA Updates to v6 --- .github/workflows/test_docker_image_sanitize_input.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_docker_image_sanitize_input.yml b/.github/workflows/test_docker_image_sanitize_input.yml index 302cad9..2942ce0 100644 --- a/.github/workflows/test_docker_image_sanitize_input.yml +++ b/.github/workflows/test_docker_image_sanitize_input.yml @@ -25,7 +25,7 @@ jobs: - 'custom_image.name:v1.0.0-beta' steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 # Run the action. If it fails, the job naturally stops and turns red. - name: Validate String @@ -62,7 +62,7 @@ jobs: - 'registry.com/image:INVALID_TAG_!!!!' # Violates regex character limits steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 # continue-on-error prevents the bad string from instantly halting the job, # allowing us to test its exit status in the next step.