Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/cache-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
skip-cache-restore: true

# Required only while constructing a cache after a cache-writing event.
- uses: eclipse-score/cicd-actions/unblock-user-namespace-for-linux-sandbox@212bbf86267e9381da9d2daf962d12f6feafbc90
- uses: eclipse-score/cicd-actions/unblock-user-namespace-for-linux-sandbox@155d992f5003b8ecbd1750d3c18f90f78b432e13
if: ${{ steps.check.outputs.any_changed == 'true' && env.DRY_RUN == 'false' }}

- name: Check QNX secret availability
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qnx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
with:
unique-cache-name: ${{ github.job }}${{ inputs.bazel-disk-cache }}

- uses: eclipse-score/cicd-actions/unblock-user-namespace-for-linux-sandbox@212bbf86267e9381da9d2daf962d12f6feafbc90 # 2025-06-04
- uses: eclipse-score/cicd-actions/unblock-user-namespace-for-linux-sandbox@155d992f5003b8ecbd1750d3c18f90f78b432e13 # 2025-06-04

- name: Setup QNX SDP usage
uses: eclipse-score/cicd-actions/setup-qnx-sdp@212bbf86267e9381da9d2daf962d12f6feafbc90 # 2026-05-19
Expand Down
Loading