Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/update-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down