diff --git a/.github/workflows/pull-from-crowdin.yml b/.github/workflows/pull-from-crowdin.yml index e69b3527c..87d7993b9 100644 --- a/.github/workflows/pull-from-crowdin.yml +++ b/.github/workflows/pull-from-crowdin.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Pull translations from Crowdin - uses: crowdin/github-action@2cc7959c565767d6bc118118d6df3b63bf361370 # v2.6.1 + uses: crowdin/github-action@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # v2.7.0 with: upload_sources: false download_translations: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 329948a6d..1f9fcfdc5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -215,7 +215,7 @@ jobs: fetch-depth: 2 - name: Extract commit message - uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v8.16.0 + uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v8.18.0 - name: Check ADF link shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f81e767c9..9f7403e9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -188,7 +188,7 @@ jobs: - uses: ./.github/actions/setup with: npm_tag: ${{ inputs.npm-tag }} - - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.16.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.18.0 with: username: ${{ vars.BOT_GITHUB_USERNAME }} email: ${{ vars.BOT_GITHUB_EMAIL }} @@ -249,7 +249,7 @@ jobs: uses: actions/checkout@v4 - name: Push Source Files to Crowdin - uses: crowdin/github-action@2cc7959c565767d6bc118118d6df3b63bf361370 # v2.6.1 + uses: crowdin/github-action@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # v2.7.0 with: upload_sources: true upload_sources_args: --delete-obsolete