From 871e6c9c2d5b7364652c93b6515c6a269cc40e65 Mon Sep 17 00:00:00 2001 From: Tim Haines Date: Thu, 16 Jul 2026 15:35:54 -0500 Subject: [PATCH 1/4] Add CDash status --- .github/workflows/cdash-status.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/cdash-status.yml diff --git a/.github/workflows/cdash-status.yml b/.github/workflows/cdash-status.yml new file mode 100644 index 0000000..49c2018 --- /dev/null +++ b/.github/workflows/cdash-status.yml @@ -0,0 +1,12 @@ +name: 'CDash Status' +on: + push: + pull_request_target: + +jobs: + cdash-status: + runs-on: ubuntu-latest + steps: + - uses: Kitware/cdash-status@v1 + with: + project: "TOOLS-SDK" From 09741672255eb34660a8277521f2ec9f6689efc5 Mon Sep 17 00:00:00 2001 From: Tim Haines Date: Thu, 16 Jul 2026 15:38:13 -0500 Subject: [PATCH 2/4] Use v2 --- .github/workflows/cdash-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cdash-status.yml b/.github/workflows/cdash-status.yml index 49c2018..8fd0641 100644 --- a/.github/workflows/cdash-status.yml +++ b/.github/workflows/cdash-status.yml @@ -7,6 +7,6 @@ jobs: cdash-status: runs-on: ubuntu-latest steps: - - uses: Kitware/cdash-status@v1 + - uses: Kitware/cdash-status@v2 with: project: "TOOLS-SDK" From d4b615a485eb01aaa7e2338d6f740db14aa18644 Mon Sep 17 00:00:00 2001 From: Tim Haines Date: Thu, 16 Jul 2026 15:39:43 -0500 Subject: [PATCH 3/4] Fix capitalization --- .github/workflows/cdash-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cdash-status.yml b/.github/workflows/cdash-status.yml index 8fd0641..e8c090f 100644 --- a/.github/workflows/cdash-status.yml +++ b/.github/workflows/cdash-status.yml @@ -7,6 +7,6 @@ jobs: cdash-status: runs-on: ubuntu-latest steps: - - uses: Kitware/cdash-status@v2 + - uses: kitware/cdash-status@v2 with: project: "TOOLS-SDK" From 61d3c2d5ff13200e74eec017d08639e5b233907d Mon Sep 17 00:00:00 2001 From: Tim Haines Date: Thu, 16 Jul 2026 15:41:23 -0500 Subject: [PATCH 4/4] Pin kitware action to git ref --- .github/workflows/cdash-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cdash-status.yml b/.github/workflows/cdash-status.yml index e8c090f..ceea7a6 100644 --- a/.github/workflows/cdash-status.yml +++ b/.github/workflows/cdash-status.yml @@ -7,6 +7,6 @@ jobs: cdash-status: runs-on: ubuntu-latest steps: - - uses: kitware/cdash-status@v2 + - uses: kitware/cdash-status@51f300cc37b887b89cf658543c0465b65c41b25b with: project: "TOOLS-SDK"