diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 90c27d599..ae2b486cf 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -42,10 +42,9 @@ jobs: uses: actions/checkout@v7 - name: Setup Bazel with shared caching - uses: eclipse-score/cicd-actions/setup-bazel-cache@cache + uses: eclipse-score/cicd-actions/setup-bazel-cache@e2a2a587a759b681632040ec1e1294015a0405f5 # setup-bazel-cache/v0.1.0 with: disk-cache-key: ${{ github.job }} - enable-profiling: true - name: Collect coverage run: | diff --git a/.github/workflows/on-pr.yml b/.github/workflows/on-pr.yml index 1eaf5fedb..bd95eeb79 100644 --- a/.github/workflows/on-pr.yml +++ b/.github/workflows/on-pr.yml @@ -62,10 +62,9 @@ jobs: uses: actions/checkout@v7 - name: Setup Bazel with shared caching - uses: eclipse-score/cicd-actions/setup-bazel-cache@cache + uses: eclipse-score/cicd-actions/setup-bazel-cache@e2a2a587a759b681632040ec1e1294015a0405f5 # setup-bazel-cache/v0.1.0 with: disk-cache-key: ${{ github.job }}-${{ matrix.name }} - enable-profiling: true - name: Build with Bazel if: matrix.build