diff --git a/.github/workflows/image_310p_openeuler.yml b/.github/workflows/image_310p_openeuler.yml index e6062a8..b5d6ad4 100644 --- a/.github/workflows/image_310p_openeuler.yml +++ b/.github/workflows/image_310p_openeuler.yml @@ -54,6 +54,9 @@ jobs: }} steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + persist-credentials: false - name: Print run: | diff --git a/.github/workflows/image_310p_ubuntu.yml b/.github/workflows/image_310p_ubuntu.yml index 0e9444f..86d6a47 100644 --- a/.github/workflows/image_310p_ubuntu.yml +++ b/.github/workflows/image_310p_ubuntu.yml @@ -50,6 +50,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + persist-credentials: false - name: Print run: | diff --git a/.github/workflows/image_a3_openeuler.yml b/.github/workflows/image_a3_openeuler.yml index a10ad1c..bf22880 100644 --- a/.github/workflows/image_a3_openeuler.yml +++ b/.github/workflows/image_a3_openeuler.yml @@ -54,6 +54,9 @@ jobs: }} steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + persist-credentials: false - name: Print run: | diff --git a/.github/workflows/image_a3_ubuntu.yml b/.github/workflows/image_a3_ubuntu.yml index 6116015..5096838 100644 --- a/.github/workflows/image_a3_ubuntu.yml +++ b/.github/workflows/image_a3_ubuntu.yml @@ -50,6 +50,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + persist-credentials: false - name: Print run: | diff --git a/.github/workflows/image_openeuler.yml b/.github/workflows/image_openeuler.yml index d4e69a5..3cf7d04 100644 --- a/.github/workflows/image_openeuler.yml +++ b/.github/workflows/image_openeuler.yml @@ -53,6 +53,9 @@ jobs: }} steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + persist-credentials: false - name: Print run: | diff --git a/.github/workflows/image_ubuntu.yml b/.github/workflows/image_ubuntu.yml index 1c2ddcd..9df075a 100644 --- a/.github/workflows/image_ubuntu.yml +++ b/.github/workflows/image_ubuntu.yml @@ -50,6 +50,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + persist-credentials: false - name: Print run: |