From a618cb88f12f0192668bdc26ce6b56e91cb2afc2 Mon Sep 17 00:00:00 2001 From: "tokenio-actions-runner-app[bot]" <111065407+tokenio-actions-runner-app[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:12:31 +0000 Subject: [PATCH] SRE-4735 synced local '.github/workflows/pr-title-checker.yaml' with remote 'general/workflows/naming_convention.yaml' --- .github/workflows/pr-title-checker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-title-checker.yaml b/.github/workflows/pr-title-checker.yaml index 79c0aee..e34539d 100644 --- a/.github/workflows/pr-title-checker.yaml +++ b/.github/workflows/pr-title-checker.yaml @@ -17,12 +17,12 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 - name: Get composite steps run repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: tokenio/composite-actions ref: master