From c4e83432e6cd6e29c6af24fdcb0e01581137de3d Mon Sep 17 00:00:00 2001 From: pmazurek-cksource Date: Thu, 9 Apr 2026 02:50:00 +0200 Subject: [PATCH] TD-1704-lock-orbs-and-actions-versions --- .github/workflows/setup-workflows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/setup-workflows.yml b/.github/workflows/setup-workflows.yml index e83ef15..eb0073d 100644 --- a/.github/workflows/setup-workflows.yml +++ b/.github/workflows/setup-workflows.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout default branch # https://github.com/marketplace/actions/checkout - uses: actions/checkout@v2 + uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 #v2 with: token: ${{ secrets.GH_WORKFLOWS_TOKEN }} @@ -34,7 +34,7 @@ jobs: - name: Checkout common workflows repository # https://github.com/marketplace/actions/checkout - uses: actions/checkout@v2 + uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 #v2 with: path: ckeditor4-workflows-common repository: ckeditor/ckeditor4-workflows-common @@ -78,7 +78,7 @@ jobs: - name: Push changes if: env.HAS_CHANGES == 1 # https://github.com/marketplace/actions/github-push - uses: ad-m/github-push-action@master + uses: ad-m/github-push-action@4cc74773234f74829a8c21bc4d69dd4be9cfa599 #v1.0.0 with: github_token: ${{ secrets.GH_WORKFLOWS_TOKEN }} branch: ${{ env.BRANCH_NAME }} @@ -86,7 +86,7 @@ jobs: - name: Create PR if: env.AS_PR == 1 # https://github.com/marketplace/actions/github-pull-request-action - uses: repo-sync/pull-request@v2 + uses: repo-sync/pull-request@7e79a9f5dc3ad0ce53138f01df2fad14a04831c5 #v2 with: source_branch: "${{ env.BRANCH_NAME }}" destination_branch: "${{ github.ref }}"