From ef15bd7fd185ae37fcac9f5477ab7897970a9e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:13:54 +0000 Subject: [PATCH] Bump UoMResearchIT/actions/get-repo-ruleset from 1.2.5 to 1.2.6 Bumps [UoMResearchIT/actions/get-repo-ruleset](https://github.com/uomresearchit/actions) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/uomresearchit/actions/releases) - [Commits](https://github.com/uomresearchit/actions/compare/d1daa552b595b77a4628d28de138db571e91ab87...b747e3097a2cb9d927b63e2bb83fbf6e75716a53) --- updated-dependencies: - dependency-name: UoMResearchIT/actions/get-repo-ruleset dependency-version: 1.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check-ruleset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-ruleset.yaml b/.github/workflows/check-ruleset.yaml index ef01b7c..d0c6a7a 100644 --- a/.github/workflows/check-ruleset.yaml +++ b/.github/workflows/check-ruleset.yaml @@ -88,7 +88,7 @@ jobs: - name: Fetch Standard Ruleset from ${{ inputs.standard-owner }}/${{ inputs.standard-repo }} id: expected - uses: UoMResearchIT/actions/get-repo-ruleset@d1daa552b595b77a4628d28de138db571e91ab87 # v1.2.5 + uses: UoMResearchIT/actions/get-repo-ruleset@b747e3097a2cb9d927b63e2bb83fbf6e75716a53 # v1.2.6 with: repository: ${{ inputs.standard-owner }}/${{ inputs.standard-repo }} token: ${{ steps.mint-token.outputs.token }} @@ -96,7 +96,7 @@ jobs: - name: Fetch This Repository's Ruleset id: current - uses: UoMResearchIT/actions/get-repo-ruleset@d1daa552b595b77a4628d28de138db571e91ab87 # v1.2.5 + uses: UoMResearchIT/actions/get-repo-ruleset@b747e3097a2cb9d927b63e2bb83fbf6e75716a53 # v1.2.6 timeout-minutes: 1 - name: Check Inclusion of Standard Ruleset in Current Ruleset