Skip to content

Commit f202fcc

Browse files
committed
Reverse unwanted change from funky rebase
1 parent 3ee4c4d commit f202fcc

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
always() && (github.event_name == 'workflow_dispatch' || needs.setup.outputs.has_changes == 'true')
5454
runs-on: ubuntu-24.04
5555
container:
56-
image: ghcr.io/framework-r-d/phlex-ci:2026-06-23a
56+
image: ghcr.io/framework-r-d/phlex-ci:latest
5757

5858
steps:
5959
- name: Checkout code

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: ${{ needs.setup.result == 'success' }}
7474

7575
container:
76-
image: ghcr.io/framework-r-d/phlex-ci:2026-06-23a
76+
image: ghcr.io/framework-r-d/phlex-ci:latest
7777

7878
steps:
7979
- name: Checkout code

.github/workflows/cmake-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
matrix: ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
153153

154154
container:
155-
image: ghcr.io/framework-r-d/phlex-ci:2026-06-23a
155+
image: ghcr.io/framework-r-d/phlex-ci:latest
156156
options: --cap-add=SYS_PTRACE
157157

158158
steps:

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
name: Analyze ${{ matrix.language }} with CodeQL
213213
runs-on: ubuntu-24.04
214214
container:
215-
image: ghcr.io/framework-r-d/phlex-ci:2026-06-23a
215+
image: ghcr.io/framework-r-d/phlex-ci:latest
216216
env:
217217
local_checkout_path: .
218218
local_build_path: ${{ needs.setup.outputs.build_path }}

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
always() && (github.event_name == 'workflow_dispatch' || needs.setup.outputs.has_changes == 'true')
7676
runs-on: ubuntu-24.04
7777
container:
78-
image: ghcr.io/framework-r-d/phlex-ci:2026-06-23a
78+
image: ghcr.io/framework-r-d/phlex-ci:latest
7979

8080
env:
8181
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)