From 22728471d1e2fadd944ee0d00d3ee1ab8e74339d Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Wed, 4 Dec 2024 15:44:38 +0800 Subject: [PATCH] checkout for v4 Signed-off-by: ForteScarlet --- .github/workflows/qodana_code_quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 3c09735f8..6a8c751fa 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -20,7 +20,7 @@ jobs: pull-requests: write checks: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit fetch-depth: 0 # a full history is required for pull request analysis