diff --git a/.github/workflows/main_pull.yml b/.github/workflows/main_pull.yml index ca120cb085..e9725a8250 100644 --- a/.github/workflows/main_pull.yml +++ b/.github/workflows/main_pull.yml @@ -28,7 +28,7 @@ jobs: - name: Check dependabot build uses: ./.github/actions/check-ext-build - name: pre-commit - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@b3aa3308ae1c2e2140c8a6d12f3001cd644313f7 # v5.23.0 with: skip_checkout: true - name: Ensure SHA pinned actions diff --git a/.github/workflows/main_push.yml b/.github/workflows/main_push.yml index 2dfc794ae9..9f18c0023c 100644 --- a/.github/workflows/main_push.yml +++ b/.github/workflows/main_push.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: pre-commit - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@b3aa3308ae1c2e2140c8a6d12f3001cd644313f7 # v5.23.0 with: skip_checkout: true - name: Ensure SHA pinned actions @@ -53,7 +53,7 @@ jobs: java-version: 21 distribution: 'temurin' - - uses: Alfresco/alfresco-build-tools/.github/actions/update-pom-to-next-pre-release@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 + - uses: Alfresco/alfresco-build-tools/.github/actions/update-pom-to-next-pre-release@b3aa3308ae1c2e2140c8a6d12f3001cd644313f7 # v5.23.0 id: update-pom-to-next-version - name: Update VERSION file @@ -91,10 +91,10 @@ jobs: git push -f -q origin $VERSION - name: Get branch name - uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 + uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@b3aa3308ae1c2e2140c8a6d12f3001cd644313f7 # v5.23.0 - name: Propagate - uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 + uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@b3aa3308ae1c2e2140c8a6d12f3001cd644313f7 # v5.23.0 if: ${{ env.BRANCH_NAME == 'develop' }} env: DEVELOPMENT_BRANCH: ${{ github.ref_name }} @@ -113,7 +113,7 @@ jobs: if: always() && failure() steps: - name: Slack Notification - uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 + uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@b3aa3308ae1c2e2140c8a6d12f3001cd644313f7 # v5.23.0 with: channel-id: 'eng-hxp-studio-activiti-gh-notifs' token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}