From 991a2b3b7cf846cf61f43e303f7fb543d222063b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:17:21 +0000 Subject: [PATCH] Bump Alfresco/alfresco-build-tools in the github-actions group Bumps the github-actions group with 1 update: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools). Updates `Alfresco/alfresco-build-tools` from 8.12.0 to 8.12.1 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/ac971d319df1ef3b69104c7b0510348191d78952...4b0ea0ccff236b931a3cb94f4e8640525439361a) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 6b55f5c..23e6b9e 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -9,6 +9,6 @@ jobs: permissions: contents: write steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@ac971d319df1ef3b69104c7b0510348191d78952 # v8.12.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@4b0ea0ccff236b931a3cb94f4e8640525439361a # v8.12.1 with: auto-commit: "true"