From 61803db666081631ac1f33c514ef71605f93d2b2 Mon Sep 17 00:00:00 2001 From: Ulrich Huber Date: Fri, 27 Mar 2026 19:55:36 +0100 Subject: [PATCH] Update free_disk_space action Since we are still running out of disk space in the CI update to a new version with more cleaning. --- .github/workflows/address_undefined_behavior_leak_sanitizer.yml | 2 +- .github/workflows/build_and_test_host.yml | 2 +- .github/workflows/build_and_test_qnx.yml | 2 +- .github/workflows/coverage_report.yml | 2 +- .github/workflows/thread_sanitizer.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/address_undefined_behavior_leak_sanitizer.yml b/.github/workflows/address_undefined_behavior_leak_sanitizer.yml index 306fe87c..8712cf60 100644 --- a/.github/workflows/address_undefined_behavior_leak_sanitizer.yml +++ b/.github/workflows/address_undefined_behavior_leak_sanitizer.yml @@ -34,7 +34,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.2.2 - name: Free Disk Space (Ubuntu) - uses: eclipse-score/cicd-workflows/.github/actions/free_disk_space@7e109c9e97670ec621adaea1c21721c18212a96d + uses: eclipse-score/cicd-workflows/.github/actions/free_disk_space@0dce4ae68e2e908fc6c7cc64d324bc1c0c92bf73 - uses: bazel-contrib/setup-bazel@0.18.0 with: bazelisk-cache: true diff --git a/.github/workflows/build_and_test_host.yml b/.github/workflows/build_and_test_host.yml index a0760178..12191135 100644 --- a/.github/workflows/build_and_test_host.yml +++ b/.github/workflows/build_and_test_host.yml @@ -88,7 +88,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.2.2 - name: Free Disk Space (Ubuntu) - uses: eclipse-score/cicd-workflows/.github/actions/free_disk_space@7e109c9e97670ec621adaea1c21721c18212a96d + uses: eclipse-score/cicd-workflows/.github/actions/free_disk_space@0dce4ae68e2e908fc6c7cc64d324bc1c0c92bf73 - uses: bazel-contrib/setup-bazel@0.18.0 with: bazelisk-cache: true diff --git a/.github/workflows/build_and_test_qnx.yml b/.github/workflows/build_and_test_qnx.yml index 4863b99c..4d464fba 100644 --- a/.github/workflows/build_and_test_qnx.yml +++ b/.github/workflows/build_and_test_qnx.yml @@ -119,7 +119,7 @@ jobs: ref: ${{ github.head_ref || github.event.pull_request.head.ref || github.ref }} repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }} - name: Free Disk Space (Ubuntu) - uses: eclipse-score/cicd-workflows/.github/actions/free_disk_space@7e109c9e97670ec621adaea1c21721c18212a96d + uses: eclipse-score/cicd-workflows/.github/actions/free_disk_space@0dce4ae68e2e908fc6c7cc64d324bc1c0c92bf73 - name: Setup Bazel uses: bazel-contrib/setup-bazel@0.18.0 with: diff --git a/.github/workflows/coverage_report.yml b/.github/workflows/coverage_report.yml index 22189dab..886a1d45 100644 --- a/.github/workflows/coverage_report.yml +++ b/.github/workflows/coverage_report.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Free Disk Space (Ubuntu) - uses: eclipse-score/cicd-workflows/.github/actions/free_disk_space@7e109c9e97670ec621adaea1c21721c18212a96d + uses: eclipse-score/cicd-workflows/.github/actions/free_disk_space@0dce4ae68e2e908fc6c7cc64d324bc1c0c92bf73 - name: Install lcov run: | diff --git a/.github/workflows/thread_sanitizer.yml b/.github/workflows/thread_sanitizer.yml index 9dc3e458..42dd8391 100644 --- a/.github/workflows/thread_sanitizer.yml +++ b/.github/workflows/thread_sanitizer.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.2.2 - name: Free Disk Space (Ubuntu) - uses: eclipse-score/cicd-workflows/.github/actions/free_disk_space@7e109c9e97670ec621adaea1c21721c18212a96d + uses: eclipse-score/cicd-workflows/.github/actions/free_disk_space@0dce4ae68e2e908fc6c7cc64d324bc1c0c92bf73 - uses: bazel-contrib/setup-bazel@0.18.0 with: bazelisk-cache: true