diff --git a/README.md b/README.md index 664af9c1..b2e486c2 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: TICS GitHub Action uses: tiobe/tics-github-action@v3 with: @@ -100,6 +102,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: TICS GitHub Action uses: tiobe/tics-github-action@v3 with: @@ -176,6 +180,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: TICS GitHub Action uses: tiobe/tics-github-action@v3 with: