From b4fb512af658c2f1af518d4100f6e178720c1c6e Mon Sep 17 00:00:00 2001 From: ifeoluwanimie Date: Sat, 9 Nov 2024 17:48:09 -0500 Subject: [PATCH] updated targeted release branch for shared action --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b0d51bd6..9f636d4c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: java-version: '21' distribution: 'zulu' - name: Build IKMDEV Code - uses: ikmdev/maven-clean-install-build-action@main + uses: ikmdev/maven-clean-install-build-action@v1 with: branch_name: ${{env.BRANCH_NAME}} sonarcloud_token: ${{ secrets.SONAR_TOKEN }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1df249b02..55a56dea3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: - name: Deploy Artifacts To Nexus - uses: ikmdev/maven-nexus-deploy-action@main + uses: ikmdev/maven-nexus-deploy-action@v1 with: nexus_repo_password: ${{secrets.EC2_NEXUS_PASSWORD}} repo_name: ${{github.event.workflow_run.head_repository.full_name}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53c307312..97dc5d1ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: exit 1 - name: Release IKMDEV Code - uses: ikmdev/maven-release-action@owlapi + uses: ikmdev/maven-release-action@owlapi_v1 with: ikmdevops_pat: ${{secrets.IKMDEVOPS_PAT_TOKEN}} github_token: ${{secrets.GITHUB_TOKEN}}