From 7da6a4203124fe37b528c7e3c6bd718ec9f70bae Mon Sep 17 00:00:00 2001 From: Simon Tzanakis Date: Tue, 30 Jul 2024 10:50:12 +0200 Subject: [PATCH] MET-5649 Update metis-actions branch from jdk21 to main --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f3e946..47328ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: push jobs: ci: - uses: europeana/metis-actions/.github/workflows/ci.yml@jdk17 + uses: europeana/metis-actions/.github/workflows/ci.yml@main with: sonar_organization: europeana sonar_project_key: europeana_metis-schema @@ -14,7 +14,7 @@ jobs: deploy-artifacts: needs: ci - uses: europeana/metis-actions/.github/workflows/deploy-artifacts.yml@jdk17 + uses: europeana/metis-actions/.github/workflows/deploy-artifacts.yml@main secrets: ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }} ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }} \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f107c4..df5709a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ on: jobs: ci-release: - uses: europeana/metis-actions/.github/workflows/release.yml@jdk17 + 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 }}