diff --git a/.github/workflows/Compile.yml b/.github/workflows/Compile.yml index 6c58c6ee8c..240907a786 100644 --- a/.github/workflows/Compile.yml +++ b/.github/workflows/Compile.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup Scala uses: olafurpg/setup-scala@v10 - name: Cache diff --git a/.github/workflows/Linux_2.12_App_Chain_Node_Core_Tests.yml b/.github/workflows/Linux_2.12_App_Chain_Node_Core_Tests.yml index b8b5df28db..22735709f3 100644 --- a/.github/workflows/Linux_2.12_App_Chain_Node_Core_Tests.yml +++ b/.github/workflows/Linux_2.12_App_Chain_Node_Core_Tests.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup Scala uses: olafurpg/setup-scala@v10 - name: Cache diff --git a/.github/workflows/Linux_2.12_KeyManager_Wallet_DLC_Tests.yml b/.github/workflows/Linux_2.12_KeyManager_Wallet_DLC_Tests.yml index d390197102..6933358ff1 100644 --- a/.github/workflows/Linux_2.12_KeyManager_Wallet_DLC_Tests.yml +++ b/.github/workflows/Linux_2.12_KeyManager_Wallet_DLC_Tests.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup Scala uses: olafurpg/setup-scala@v10 - name: Cache diff --git a/.github/workflows/Linux_2.12_RPC_Tests.yml b/.github/workflows/Linux_2.12_RPC_Tests.yml index eb1de9d2d5..607a52cf33 100644 --- a/.github/workflows/Linux_2.12_RPC_Tests.yml +++ b/.github/workflows/Linux_2.12_RPC_Tests.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup Scala uses: olafurpg/setup-scala@v10 with: diff --git a/.github/workflows/Linux_2.13_App_Chain_Node_Core_Tests.yml b/.github/workflows/Linux_2.13_App_Chain_Node_Core_Tests.yml index 5dd6de93d9..6ba9fe1bfe 100644 --- a/.github/workflows/Linux_2.13_App_Chain_Node_Core_Tests.yml +++ b/.github/workflows/Linux_2.13_App_Chain_Node_Core_Tests.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup Scala uses: olafurpg/setup-scala@v10 - name: Cache diff --git a/.github/workflows/Linux_2.13_KeyManager_Wallet_DLC_Tests.yml b/.github/workflows/Linux_2.13_KeyManager_Wallet_DLC_Tests.yml index 96e6843b9d..b2a609e05e 100644 --- a/.github/workflows/Linux_2.13_KeyManager_Wallet_DLC_Tests.yml +++ b/.github/workflows/Linux_2.13_KeyManager_Wallet_DLC_Tests.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup Scala uses: olafurpg/setup-scala@v10 - name: Cache diff --git a/.github/workflows/Linux_2.13_RPC_Tests.yml b/.github/workflows/Linux_2.13_RPC_Tests.yml index 11f201293a..3e46dfba14 100644 --- a/.github/workflows/Linux_2.13_RPC_Tests.yml +++ b/.github/workflows/Linux_2.13_RPC_Tests.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup Scala uses: olafurpg/setup-scala@v10 with: diff --git a/.github/workflows/Linux_2.13_ScalaJS_Tests.yml b/.github/workflows/Linux_2.13_ScalaJS_Tests.yml index ae6f496905..629e18ce06 100644 --- a/.github/workflows/Linux_2.13_ScalaJS_Tests.yml +++ b/.github/workflows/Linux_2.13_ScalaJS_Tests.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup Scala uses: olafurpg/setup-scala@v10 with: diff --git a/.github/workflows/Mac_2.13_RPC_Tests.yml b/.github/workflows/Mac_2.13_RPC_Tests.yml index f66fc62f9d..ca86165c77 100644 --- a/.github/workflows/Mac_2.13_RPC_Tests.yml +++ b/.github/workflows/Mac_2.13_RPC_Tests.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup Scala uses: olafurpg/setup-scala@v10 with: diff --git a/.github/workflows/Mac_2.13_Wallet_Node_DLC_Tests.yml b/.github/workflows/Mac_2.13_Wallet_Node_DLC_Tests.yml index 8a901af232..a35496856c 100644 --- a/.github/workflows/Mac_2.13_Wallet_Node_DLC_Tests.yml +++ b/.github/workflows/Mac_2.13_Wallet_Node_DLC_Tests.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup Scala uses: olafurpg/setup-scala@v10 - name: Cache diff --git a/.github/workflows/PostgresTests.yml b/.github/workflows/PostgresTests.yml index 18101b8e61..74a08c3c6f 100644 --- a/.github/workflows/PostgresTests.yml +++ b/.github/workflows/PostgresTests.yml @@ -14,6 +14,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup Scala uses: olafurpg/setup-scala@v10 - name: Cache diff --git a/.github/workflows/Secp_Disabled_Tests.yml b/.github/workflows/Secp_Disabled_Tests.yml index 3523f84631..aaca66e6ef 100644 --- a/.github/workflows/Secp_Disabled_Tests.yml +++ b/.github/workflows/Secp_Disabled_Tests.yml @@ -14,6 +14,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup Scala uses: olafurpg/setup-scala@v10 - name: Cache diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 021ff07674..7c54c95d11 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -15,6 +15,8 @@ jobs: shell: bash - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup Scala uses: olafurpg/setup-scala@v10 - name: Cache diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index 0f44661092..3aab03719f 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -27,7 +27,10 @@ jobs: uploaded_filename: bitcoin-s-cli-x86_64-pc-win32.exe local_path: app\cli\target\native-image\bitcoin-s-cli.exe steps: - - uses: actions/checkout@v2 + - name: Checkout + uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: olafurpg/setup-scala@v10 - run: git fetch --tags || true - run: sbt cli/nativeImage