From 72388d204eeb4e5cf58ee9ed4df6ec311487104d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 20:44:53 +0000 Subject: [PATCH] Update folio-org/.github digest to e4284b0 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5525e6b..24fc1c8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,7 +10,7 @@ permissions: jobs: maven: - uses: folio-org/.github/.github/workflows/maven.yml@8e91683153d2af746b9a351b059a35589c8d8a79 # v1 + uses: folio-org/.github/.github/workflows/maven.yml@e4284b09dd90107636f754f5eca860cfc79f0655 # v1 # Only handle push events from the main branch or tags, to decrease PR noise if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push' || github.ref_type == 'tag' || github.actor == 'renovate[bot]'