Skip to content

Commit

Permalink
MET-5649 Update metis-actions branch from jdk21 to main
Browse files Browse the repository at this point in the history
(cherry picked from commit 0217490)
  • Loading branch information
stzanakis committed Jul 30, 2024
1 parent a1ec968 commit 2eccb9d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install media software
uses: europeana/metis-actions/actions/media-software-install-steps@jdk21
uses: europeana/metis-actions/actions/media-software-install-steps@main
- name: Build code and Sonar Analyze
uses: europeana/metis-actions/actions/build-analyze@jdk21
uses: europeana/metis-actions/actions/build-analyze@main
with:
sonar_organization: europeana
sonar_project_key: europeana_metis-sandbox
sonar_token: ${{ secrets.METIS_SONAR_TOKEN }}
- name: Upload all jars to target-jars
uses: europeana/metis-actions/actions/upload-target-jars@jdk21
uses: europeana/metis-actions/actions/upload-target-jars@main

docker-build_metis-sandbox:
needs: ci
uses: europeana/metis-actions/.github/workflows/docker-build-push.yml@jdk21
uses: europeana/metis-actions/.github/workflows/docker-build-push.yml@main
with:
docker-organization: europeana
docker-image-name: metis-sandbox
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 11
uses: actions/setup-java@v3
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
java-version: '21'
cache: maven
- name: Set up Jmeter 5.5
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
ci-release:
uses: europeana/metis-actions/.github/workflows/release.yml@jdk21
uses: europeana/metis-actions/.github/workflows/release.yml@main
with:
release-version: ${{ github.event.inputs.release-version }}
commit-hash-branch: ${{ github.event.inputs.commit-hash-branch }}
Expand Down

0 comments on commit 2eccb9d

Please sign in to comment.