Skip to content

Commit 3dcdd2e

Browse files
committed
Temporary adjustments to be reverted
1 parent 6a9f23d commit 3dcdd2e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/clang-tidy-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-24.04
6666

6767
container:
68-
image: ghcr.io/framework-r-d/phlex-ci:latest
68+
image: ghcr.io/framework-r-d/phlex-ci:2026-02-06
6969

7070
steps:
7171
- name: Checkout code

.github/workflows/clang-tidy-fix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: ${{ needs.pre-check.result == 'success' }}
6161

6262
container:
63-
image: ghcr.io/framework-r-d/phlex-ci:latest
63+
image: ghcr.io/framework-r-d/phlex-ci:2026-02-06
6464

6565
steps:
6666
- name: Checkout code

.github/workflows/cmake-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
matrix: ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
194194

195195
container:
196-
image: ghcr.io/framework-r-d/phlex-ci:latest
196+
image: ghcr.io/framework-r-d/phlex-ci:2026-02-06
197197

198198
steps:
199199
- name: Check out code
@@ -217,7 +217,7 @@ jobs:
217217

218218
- name: Configure CMake
219219
id: configure
220-
uses: Framework-R-D/phlex/.github/actions/configure-cmake@main
220+
uses: knoepfel/phlex/.github/actions/configure-cmake@update-container
221221
with:
222222
source-path: ${{ env.local_checkout_path }}
223223
build-path: ${{ env.local_build_path }}

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
name: Analyze ${{ matrix.language }} with CodeQL
5757
runs-on: ubuntu-24.04
5858
container:
59-
image: ghcr.io/framework-r-d/phlex-ci:latest
59+
image: ghcr.io/framework-r-d/phlex-ci:2026-02-06
6060
env:
6161
local_checkout_path: ${{ (github.event_name == 'workflow_call' && inputs.checkout-path) || format('{0}-src', github.event.repository.name) }}
6262
local_build_path: ${{ (github.event_name == 'workflow_call' && inputs.build-path) || format('{0}-build', github.event.repository.name) }}

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: ubuntu-24.04
8383

8484
container:
85-
image: ghcr.io/framework-r-d/phlex-ci:latest
85+
image: ghcr.io/framework-r-d/phlex-ci:2026-02-06
8686

8787
env:
8888
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)