diff options
Diffstat (limited to '.github/workflows/qodana_code_quality.yml')
-rw-r--r-- | .github/workflows/qodana_code_quality.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 509e836e..5ec1cc68 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -11,7 +11,7 @@ jobs: qodana: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: 'Qodana Scan' |