diff --git a/.github/workflows/address_undefined_behavior_leak_sanitizer.yml b/.github/workflows/address_undefined_behavior_leak_sanitizer.yml index 306fe87c9..8712cf601 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 a07601783..12191135d 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 4863b99c9..4d464fba9 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 22189dabe..886a1d458 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 9dc3e4580..42dd83912 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