Skip to content

Commit

Permalink
Merge pull request #372 from WormBase/security-updates
Browse files Browse the repository at this point in the history
Security updates + minor recent-activities bugfix
  • Loading branch information
mluypaert authored Jan 30, 2024
2 parents 9eeac2f + 6f4e53b commit 9b828a0
Show file tree
Hide file tree
Showing 3 changed files with 4,141 additions and 3,199 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/PR-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
echo "Repository ${{ github.repository }}."
echo "Trigger ref ${{ github.ref }}, base-ref ${{ github.base_ref }}, head_ref ${{ github.head_ref }}."
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Report files updated in PR
run: |
git fetch -q origin ${{ github.base_ref }} ${{ github.head_ref }}
Expand All @@ -24,9 +24,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'temurin'
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: AWS credentials configuration
Expand Down
Loading

0 comments on commit 9b828a0

Please sign in to comment.