diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d30e9003..53288d51 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -35,7 +35,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 with: - fetch-depth: 2 + fetch-depth: 0 - name: Set build metadata run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec5ae62b..b98115e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 with: - fetch-depth: 2 + fetch-depth: 0 - name: Set build metadata id: set-container-image-build-metadata