From 730968bd99ca7f165f03a5bf6d388ad97d111a13 Mon Sep 17 00:00:00 2001 From: arhimede Date: Mon, 29 Apr 2024 18:47:21 +0300 Subject: [PATCH] Update code_quality.yml upgrade github actions to v4 , becuase of nodejs , doh --- .github/workflows/code_quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 3bb6b9f..abbdc63 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -15,7 +15,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