diff --git a/.github/workflows/codeql_reusable.yml b/.github/workflows/codeql_reusable.yml index 6b06d6d..30c5bb9 100644 --- a/.github/workflows/codeql_reusable.yml +++ b/.github/workflows/codeql_reusable.yml @@ -55,9 +55,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 - with: - fetch-depth: 0 + uses: actions/checkout@v4 - name: Check CodeQL config existence id: custom_codeql_config