From fc43fd828a1f7569f6ca46ea9c9ef50883ca0b14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 18:07:49 +0000 Subject: [PATCH] chore(deps): update xenoterracide/github digest to 8c5fe0f --- .github/workflows/build.yml | 2 +- .github/workflows/pre-commit.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49b0616..1207810 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ name: build on: [push] jobs: build: - uses: xenoterracide/github/.github/workflows/maven.yml@29a3d18797fea084c08dd6551099c1726baef8b4 # develop + uses: xenoterracide/github/.github/workflows/maven.yml@8c5fe0f3eb42d9eb5e0d110929cbefd0f8670f86 # develop permissions: actions: write contents: read diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index d2f32bf..ce0846b 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -8,6 +8,6 @@ permissions: contents: read jobs: license: - uses: xenoterracide/github/.github/workflows/license.yml@29a3d18797fea084c08dd6551099c1726baef8b4 # develop + uses: xenoterracide/github/.github/workflows/license.yml@8c5fe0f3eb42d9eb5e0d110929cbefd0f8670f86 # develop prettier: - uses: xenoterracide/github/.github/workflows/prettier.yml@29a3d18797fea084c08dd6551099c1726baef8b4 # develop + uses: xenoterracide/github/.github/workflows/prettier.yml@8c5fe0f3eb42d9eb5e0d110929cbefd0f8670f86 # develop