diff --git a/.gitea/workflows/deploy-env-dns.yml b/.gitea/workflows/deploy-env-dns.yml index 850169d..1227264 100644 --- a/.gitea/workflows/deploy-env-dns.yml +++ b/.gitea/workflows/deploy-env-dns.yml @@ -58,6 +58,9 @@ jobs: INFISICAL_DOMAIN: ${{ vars.INFISICAL_HOST }} steps: - uses: actions/checkout@v6 + with: + fetch-depth: 0 + submodules: recursive - name: Verifica configurazione run: | diff --git a/.gitea/workflows/deploy-env.yml b/.gitea/workflows/deploy-env.yml index 67dd2cf..52be920 100644 --- a/.gitea/workflows/deploy-env.yml +++ b/.gitea/workflows/deploy-env.yml @@ -37,6 +37,9 @@ jobs: TARGET_HOST: ${{ vars[inputs.host-var] }} steps: - uses: actions/checkout@v6 + with: + fetch-depth: 0 + submodules: recursive - name: Verifica configurazione run: | diff --git a/.gitea/workflows/fe-release.yml b/.gitea/workflows/fe-release.yml index 576cae3..cb9f0a3 100644 --- a/.gitea/workflows/fe-release.yml +++ b/.gitea/workflows/fe-release.yml @@ -43,6 +43,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 + submodules: recursive - name: Verifica tooling e configurazione run: | diff --git a/.gitea/workflows/maven-compile.yml b/.gitea/workflows/maven-compile.yml index d299cd3..6da551f 100644 --- a/.gitea/workflows/maven-compile.yml +++ b/.gitea/workflows/maven-compile.yml @@ -33,6 +33,9 @@ jobs: MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} steps: - uses: actions/checkout@v6 + with: + fetch-depth: 0 + submodules: recursive - name: Checkout CI config run: | diff --git a/.gitea/workflows/maven-release-github.yml b/.gitea/workflows/maven-release-github.yml index 01a603f..0f36be2 100644 --- a/.gitea/workflows/maven-release-github.yml +++ b/.gitea/workflows/maven-release-github.yml @@ -56,6 +56,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 + submodules: recursive - name: Checkout CI config run: | diff --git a/.gitea/workflows/maven-release-on-branch.yml b/.gitea/workflows/maven-release-on-branch.yml index 3f3db38..1783a11 100644 --- a/.gitea/workflows/maven-release-on-branch.yml +++ b/.gitea/workflows/maven-release-on-branch.yml @@ -48,6 +48,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 + submodules: recursive - name: Checkout CI config run: | diff --git a/.gitea/workflows/maven-release.yml b/.gitea/workflows/maven-release.yml index 778a072..0bc67b4 100644 --- a/.gitea/workflows/maven-release.yml +++ b/.gitea/workflows/maven-release.yml @@ -48,6 +48,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 + submodules: recursive - name: Checkout CI config run: |