File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # *******************************************************************************
2+ # Copyright (c) 2026 Contributors to the Eclipse Foundation
3+ #
4+ # See the NOTICE file(s) distributed with this work for additional
5+ # information regarding copyright ownership.
6+ #
7+ # This program and the accompanying materials are made available under the
8+ # terms of the Apache License Version 2.0 which is available at
9+ # https://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # SPDX-License-Identifier: Apache-2.0
12+ # *******************************************************************************
13+
14+ # Use Dockerfile to get dependabot version bumps after new image is released
15+ FROM ghcr.io/eclipse-score/devcontainer:v1.6.1
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " eclipse-s-core" ,
3+ "build" : {
4+ "dockerfile" : " Dockerfile"
5+ }
6+ }
Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ jobs:
116116 bazelisk-cache : true
117117 cache-save : ${{ github.event_name == 'push' }}
118118
119+ - uses : eclipse-score/cicd-actions/unblock-user-namespace-for-linux-sandbox@30ed908edcf367bc38ebff5b386a244f9b6417a7 # 2025-06-04
120+
119121 - name : Setup QNX SDP usage
120122 uses : eclipse-score/cicd-actions/setup-qnx-sdp@a2b3c36fc7d1b9d03880d19935c7ac9cfffe58c6 # 2026-05-19
121123 with :
You can’t perform that action at this time.
0 commit comments