diff --git a/.github/workflows/update-reports.yml b/.github/workflows/update-reports.yml index b332f00..84feecc 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@33eb4f01af27504d3a35e32fbbc679435e300b5b # v0.2.0 + uses: NASA-IMPACT/dse-oss-reports/.github/workflows/reports.yml@82a1ac63978b5440d0f0d1de83fc46419171bdb8 # v0.3.0 permissions: contents: write pull-requests: write with: - dse-oss-reports-ref: further-simplification + dse-oss-reports-ref: 82a1ac63978b5440d0f0d1de83fc46419171bdb8 secrets: pat: ${{ secrets.GH_ODD_PAT }} diff --git a/pyproject.toml b/pyproject.toml index e7b36bd..305e930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">= 3.12" [dependency-groups] dev = [ - "dse-oss-reports @ git+https://github.com/NASA-IMPACT/dse-oss-reports.git@33eb4f01af27504d3a35e32fbbc679435e300b5b", # v0.2.0 + "dse-oss-reports @ git+https://github.com/NASA-IMPACT/dse-oss-reports.git@82a1ac63978b5440d0f0d1de83fc46419171bdb8", # v0.3.0 "mike>=2.1.3", "mkdocs-material[imaging]>=9.6.3", "mkdocs-jupyter>=0.25.0",