Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #718 from CSCfi/dev
Browse files Browse the repository at this point in the history
1.6.3
  • Loading branch information
blankdots authored Dec 5, 2022
2 parents 34bce1f + d768465 commit ef48284
Show file tree
Hide file tree
Showing 5 changed files with 768 additions and 664 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/E2Etests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
path: beacon2

- name: Download beacon 2 data
uses: carlosperate/download-file-action@v1.1.1
uses: carlosperate/download-file-action@v2.0.0
id: download-data
with:
file-url: 'https://drive.google.com/uc?export=download&id=1PLv5F54a5pqR_ts5fL68jtmmkuJjDxMA'
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
docker-compose -f docker-compose-test.yml up -d
sleep 30
- name: Run tests
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v5
with:
browser: ${{ matrix.browser }}
- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.3.4
uses: dependabot/fetch-metadata@v1.3.5
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Wait other jobs are passed or failed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v2
uses: actions/dependency-review-action@v3
with:
fail-on-severity: moderate
Loading

0 comments on commit ef48284

Please sign in to comment.