Skip to content
Open
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
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,28 @@ updates:
directory: /
schedule:
interval: weekly

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: weekly

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: weekly

- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: weekly

- package-ecosystem: "docker"
directory: ".devcontainer"
schedule:
interval: weekly

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup apptainer
uses: eWaterCycle/[email protected]
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
DOCKER: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Get container tag
run: |
Expand Down
58 changes: 29 additions & 29 deletions .github/workflows/deploy.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: run reuse
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate UDB API Docs
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Resolve unconfig
Expand All @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate ISA Explorer CSR
Expand All @@ -108,7 +108,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate ISA Explorer Extension
Expand All @@ -125,7 +125,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate ISA Explorer Instructions
Expand All @@ -142,7 +142,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate ISA Explorer Spreadsheet
Expand All @@ -161,7 +161,7 @@ jobs:
VERSIONS: all
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate HTML ISA manual
Expand All @@ -177,7 +177,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate HTML ISA manual for a config
Expand All @@ -193,7 +193,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate instruction appendix
Expand All @@ -209,7 +209,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate RVI20
Expand All @@ -225,7 +225,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate RVA20
Expand All @@ -241,7 +241,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate RVA22
Expand All @@ -257,7 +257,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate RVA23
Expand All @@ -273,7 +273,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate RVB23
Expand All @@ -289,7 +289,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate AC100 CRD
Expand All @@ -305,7 +305,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate AC200 CRD
Expand All @@ -321,7 +321,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate RVI20-32 CRD
Expand All @@ -337,7 +337,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate RVI20-64 CRD
Expand All @@ -353,7 +353,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate MC100-32 CRD
Expand All @@ -369,7 +369,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate MC100-64 CRD
Expand All @@ -385,7 +385,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate MC200-32 CRD
Expand All @@ -401,7 +401,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate MC200-64 CRD
Expand All @@ -417,7 +417,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate MC300-32 CRD
Expand All @@ -433,7 +433,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate MC300-64 CRD
Expand All @@ -449,7 +449,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate RVI20-32 CTP
Expand All @@ -465,7 +465,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate RVI20-64 CTP
Expand All @@ -481,7 +481,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Generate MC100-32 CTP
Expand All @@ -497,7 +497,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Build IDL doc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
outputs:
should_run: ${{ steps.should_run.outputs.should_run }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: print latest_commit
run: echo ${{ github.sha }}

Expand All @@ -30,7 +30,7 @@ jobs:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup
- name: Run regression
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: singularity setup
uses: ./.github/actions/singularity-setup

Expand Down
Loading
Loading