From f60586d8996087f1f8cc84c7a6d882fbf42358f1 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Thu, 8 Jan 2026 09:24:14 +0300 Subject: [PATCH] Improve code style workflow configuration --- .github/workflows/cs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index 4f4ecc2..2e50780 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -1,7 +1,7 @@ name: Code Style on: - pull_request: + pull_request_target: paths-ignore: - 'docs/**' - 'README.md' @@ -18,7 +18,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.YIISOFT_GITHUB_TOKEN }} ref: ${{ github.head_ref }}