From b8535832bb9ed8060ddf15a23283a0f7b73666ab Mon Sep 17 00:00:00 2001 From: Andrei Cristea Date: Wed, 5 Nov 2025 15:50:05 +0100 Subject: [PATCH] ci: update workflows to use main reusable workflows --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/publish-release.yml | 4 ++-- .github/workflows/publish-snapshot.yml | 4 ++-- gradle.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 994b42b..35e94ce 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -6,4 +6,4 @@ on: jobs: build-and-test: - uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1 + uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@main # NOSONAR - Same organization, trusted source diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 37809e4..5e57ff2 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -6,5 +6,5 @@ on: jobs: publish-release: - uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-publish-release.yml@publish-release-v1 - secrets: inherit + uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-publish-release.yml@main # NOSONAR - Same organization, trusted source + secrets: inherit # NOSONAR - Same organization, trusted source diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index cb1a7ce..1b927ef 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -6,5 +6,5 @@ on: jobs: publish-snapshot: - uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-publish-snapshot.yml@publish-snapshot-v1 - secrets: inherit + uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-publish-snapshot.yml@main # NOSONAR - Same organization, trusted source + secrets: inherit # NOSONAR - Same organization, trusted source diff --git a/gradle.properties b/gradle.properties index 344b7a1..d51898b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ group = org.eclipse.keyple title = Keyple Plugin Storage Card API description = API dedicated to standardize communication between Keyple plugins and APDU interpreters for storage card processing -version = 1.0.0-SNAPSHOT +version = 1.0.1-SNAPSHOT # Java Configuration javaSourceLevel = 1.8