Skip to content

Commit 6a207d0

Browse files
Bump the patch-updates group across 2 directories with 2 updates
Bumps the patch-updates group with 1 update in the / directory: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools). Bumps the patch-updates group with 1 update in the /.github/actions/update-nuxeo-parent directory: [actions/checkout](https://github.com/actions/checkout). Updates `Alfresco/alfresco-build-tools` from 14.1.0 to 14.1.1 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](Alfresco/alfresco-build-tools@v14.1.0...v14.1.1) Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-version: 14.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c10c8b commit 6a207d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/update-nuxeo-parent/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
using: composite
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
with:
3535
repository: '${{ github.repository }}'
3636
ref: ${{ inputs.base-branch }}

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525

26-
- uses: Alfresco/alfresco-build-tools/.github/actions/github-https-auth@v14.1.0
26+
- uses: Alfresco/alfresco-build-tools/.github/actions/github-https-auth@v14.1.1
2727
with:
2828
username: ${{ vars.PLATFORM_BOT_USERNAME }}
2929
pat: ${{ secrets.PLATFORM_BOT_TOKEN }}
3030

31-
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v14.1.0
31+
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v14.1.1
3232
with:
3333
auto-commit: "true"

0 commit comments

Comments
 (0)