Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_qnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/thread_sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading