diff --git a/.github/workflows/enforce-pr-conventions.yml b/.github/workflows/enforce-pr-conventions.yml index 4d5eff42..3f836c7c 100644 --- a/.github/workflows/enforce-pr-conventions.yml +++ b/.github/workflows/enforce-pr-conventions.yml @@ -17,6 +17,6 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: enforce-pr-conventions id: git-naming-convention - uses: Alfresco/alfresco-build-tools/.github/actions/enforce-pr-conventions@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + uses: Alfresco/alfresco-build-tools/.github/actions/enforce-pr-conventions@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 with: jira-project-key: AAE|HXOR diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 030a6f86..1e005c75 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,11 +27,11 @@ jobs: - name: Check dependabot build uses: Activiti/Activiti/.github/actions/check-ext-build@7700f0283a9ff5181581a350d2520e55c61c1c60 # 8.6.0 - name: Setup Helm Docs - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 - name: Setup Kubepug - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kubepug@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kubepug@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 - name: pre-commit - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 with: skip_checkout: true - name: Run Checkov @@ -50,12 +50,12 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Build - uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 with: chart-dir: ${{ env.CHART_DIR }} - name: Setup Cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 - name: Compute Keycloak Client Secret id: compute-keycloak-secret @@ -80,7 +80,7 @@ jobs: - name: Package Helm Chart id: package-helm-chart - uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 with: chart-dir: ${{ env.CHART_DIR }} @@ -94,19 +94,19 @@ jobs: - name: Parse next release id: helm-parse-next-release - uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 with: chart-dir: ${{ env.CHART_DIR }} - id: calculate-next-internal-version name: Calculate next internal release - uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 with: next-version: ${{ steps.helm-parse-next-release.outputs.next-release }} - id: helm-release-and-publish name: Release and publish helm chart - uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 with: version: ${{ steps.calculate-next-internal-version.outputs.next-prerelease }} chart-dir: ${{ env.CHART_DIR }} @@ -127,7 +127,7 @@ jobs: DEVELOPMENT_BRANCH: ${{ github.ref_name }} steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 with: version: ${{ env.VERSION }} auto-merge: 'true' @@ -146,6 +146,6 @@ jobs: if: always() && failure() && github.event_name == 'push' steps: - name: Teams Notification - uses: Alfresco/alfresco-build-tools/.github/actions/send-teams-notification@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + uses: Alfresco/alfresco-build-tools/.github/actions/send-teams-notification@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 with: webhook-url: ${{ secrets.TEAMS_NOTIFICATION_AUTOMATE_BACKEND_WEBHOOK }} diff --git a/.github/workflows/rc.yml b/.github/workflows/rc.yml index 8b938ca2..49f1b82e 100644 --- a/.github/workflows/rc.yml +++ b/.github/workflows/rc.yml @@ -22,13 +22,13 @@ jobs: - id: helm-package-chart name: Package Helm chart - uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 with: chart-dir: ${{ env.CHART_DIR }} - id: helm-publish-chart name: Publish Helm chart - uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 with: chart-package: ${{ steps.helm-package-chart.outputs.package-file-path }} helm-charts-repo: ${{ env.HELM_REPO }} @@ -45,6 +45,6 @@ jobs: if: always() && failure() && github.event_name == 'push' steps: - name: Teams Notification - uses: Alfresco/alfresco-build-tools/.github/actions/send-teams-notification@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + uses: Alfresco/alfresco-build-tools/.github/actions/send-teams-notification@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 with: webhook-url: ${{ secrets.TEAMS_NOTIFICATION_AUTOMATE_BACKEND_WEBHOOK }} diff --git a/.github/workflows/versions-propagation-auto-merge.yml b/.github/workflows/versions-propagation-auto-merge.yml index e81c3bb6..50c62e2f 100644 --- a/.github/workflows/versions-propagation-auto-merge.yml +++ b/.github/workflows/versions-propagation-auto-merge.yml @@ -9,7 +9,7 @@ jobs: versions-propagation-auto-merge: runs-on: ubuntu-latest steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/automate-propagation@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/automate-propagation@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 with: auto-merge-token: ${{ secrets.BOT_GITHUB_TOKEN }} approval-token: ${{ secrets.GITHUB_TOKEN }}