From fea6d526f079e9763fae488d683a174bde199836 Mon Sep 17 00:00:00 2001 From: Max Jones <14077947+maxrjones@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:14:16 -0400 Subject: [PATCH 1/6] chore: use upstream fix for objectives data path --- .github/workflows/update-reports.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-reports.yml b/.github/workflows/update-reports.yml index 84feecc..7073ff3 100644 --- a/.github/workflows/update-reports.yml +++ b/.github/workflows/update-reports.yml @@ -8,11 +8,11 @@ on: jobs: reports: - uses: NASA-IMPACT/dse-oss-reports/.github/workflows/reports.yml@82a1ac63978b5440d0f0d1de83fc46419171bdb8 # v0.3.0 + uses: NASA-IMPACT/dse-oss-reports/.github/workflows/reports.yml@ce47ad86bd8b53d69441671012e7ee64f0d8cc9b permissions: contents: write pull-requests: write with: - dse-oss-reports-ref: 82a1ac63978b5440d0f0d1de83fc46419171bdb8 + dse-oss-reports-ref: ce47ad86bd8b53d69441671012e7ee64f0d8cc9b secrets: pat: ${{ secrets.GH_ODD_PAT }} From 04ad00eb84e299c28865d4d9791ae64cd52b2cd5 Mon Sep 17 00:00:00 2001 From: Max Jones <14077947+maxrjones@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:21:42 -0400 Subject: [PATCH 2/6] Update update-reports.yml --- .github/workflows/update-reports.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-reports.yml b/.github/workflows/update-reports.yml index 7073ff3..e0844ea 100644 --- a/.github/workflows/update-reports.yml +++ b/.github/workflows/update-reports.yml @@ -8,11 +8,11 @@ on: jobs: reports: - uses: NASA-IMPACT/dse-oss-reports/.github/workflows/reports.yml@ce47ad86bd8b53d69441671012e7ee64f0d8cc9b + uses: NASA-IMPACT/dse-oss-reports/.github/workflows/reports.yml@161e544667d4805dc2c8ec439dfed028699c7ed4 permissions: contents: write pull-requests: write with: - dse-oss-reports-ref: ce47ad86bd8b53d69441671012e7ee64f0d8cc9b + dse-oss-reports-ref: 161e544667d4805dc2c8ec439dfed028699c7ed4 secrets: pat: ${{ secrets.GH_ODD_PAT }} From e00a10937d588a79cb4cc99f59ba9fe43c4c7fef Mon Sep 17 00:00:00 2001 From: Max Jones <14077947+maxrjones@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:25:37 -0400 Subject: [PATCH 3/6] chore: separate build and deploy --- .github/workflows/deploy.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 689fb9f..1d2c897 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,12 +12,32 @@ permissions: {} jobs: build: + name: Build docs + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + with: + persist-credentials: false + + - name: Install uv + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + with: + version: "0.9.*" + enable-cache: true + + - name: Build docs + run: uv run mkdocs build --strict + + deploy: name: Deploy docs runs-on: ubuntu-latest + needs: build + if: github.ref == 'refs/heads/main' && github.event_name == 'push' permissions: contents: write steps: - - name: Checkout main + - name: Checkout uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: persist-credentials: true From a7a11549a1e4221db6028524e42b8648a61abeae Mon Sep 17 00:00:00 2001 From: Max Jones <14077947+maxrjones@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:02:14 -0400 Subject: [PATCH 4/6] Update update-reports.yml --- .github/workflows/update-reports.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-reports.yml b/.github/workflows/update-reports.yml index e0844ea..6f42428 100644 --- a/.github/workflows/update-reports.yml +++ b/.github/workflows/update-reports.yml @@ -8,11 +8,11 @@ on: jobs: reports: - uses: NASA-IMPACT/dse-oss-reports/.github/workflows/reports.yml@161e544667d4805dc2c8ec439dfed028699c7ed4 + uses: NASA-IMPACT/dse-oss-reports/.github/workflows/reports.yml@8d70a3e05fa6d906486228ca383fd310a3f8ba60 permissions: contents: write pull-requests: write with: - dse-oss-reports-ref: 161e544667d4805dc2c8ec439dfed028699c7ed4 + dse-oss-reports-ref: 8d70a3e05fa6d906486228ca383fd310a3f8ba60 secrets: pat: ${{ secrets.GH_ODD_PAT }} From 038bcea0372924cb17ed054eba182998be00e3d8 Mon Sep 17 00:00:00 2001 From: Max Jones <14077947+maxrjones@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:18:47 -0400 Subject: [PATCH 5/6] Update update-reports.yml --- .github/workflows/update-reports.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-reports.yml b/.github/workflows/update-reports.yml index 6f42428..c51f3d0 100644 --- a/.github/workflows/update-reports.yml +++ b/.github/workflows/update-reports.yml @@ -8,11 +8,11 @@ on: jobs: reports: - uses: NASA-IMPACT/dse-oss-reports/.github/workflows/reports.yml@8d70a3e05fa6d906486228ca383fd310a3f8ba60 + uses: NASA-IMPACT/dse-oss-reports/.github/workflows/reports.yml@e51addeb6bce68bc6320f8ff3f33289ec40b3772 permissions: contents: write pull-requests: write with: - dse-oss-reports-ref: 8d70a3e05fa6d906486228ca383fd310a3f8ba60 + dse-oss-reports-ref: e51addeb6bce68bc6320f8ff3f33289ec40b3772 secrets: pat: ${{ secrets.GH_ODD_PAT }} From 350095269056726d10d133dcce59fcd99a3627ad Mon Sep 17 00:00:00 2001 From: Max Jones <14077947+maxrjones@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:25:17 -0400 Subject: [PATCH 6/6] Update update-reports.yml --- .github/workflows/update-reports.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-reports.yml b/.github/workflows/update-reports.yml index c51f3d0..964e4a3 100644 --- a/.github/workflows/update-reports.yml +++ b/.github/workflows/update-reports.yml @@ -8,11 +8,11 @@ on: jobs: reports: - uses: NASA-IMPACT/dse-oss-reports/.github/workflows/reports.yml@e51addeb6bce68bc6320f8ff3f33289ec40b3772 + uses: NASA-IMPACT/dse-oss-reports/.github/workflows/reports.yml@a78beaa16d31e93efda623da927c8daa3b62dae1 # v0.4.0 permissions: contents: write pull-requests: write with: - dse-oss-reports-ref: e51addeb6bce68bc6320f8ff3f33289ec40b3772 + dse-oss-reports-ref: a78beaa16d31e93efda623da927c8daa3b62dae1 # v0.4.0 secrets: pat: ${{ secrets.GH_ODD_PAT }}