diff --git a/.github/workflows/PR.yaml b/.github/workflows/PR.yaml index 2eb26c8f..2e58ae59 100644 --- a/.github/workflows/PR.yaml +++ b/.github/workflows/PR.yaml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - name: setup id: setup - uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v1 + uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v2 with: ownerRepo: "sovrin-foundation" - name: testsNeeded @@ -44,12 +44,12 @@ jobs: name: Lint needs: [workflow-setup] if: ${{ needs.workflow-setup.outputs.testsNeeded == 'true' }} - uses: hyperledger/indy-shared-gha/.github/workflows/lint.yaml@v1 + uses: hyperledger/indy-shared-gha/.github/workflows/lint.yaml@v2 build-image: name: Create Builder Image needs: [workflow-setup, lint] - uses: hyperledger/indy-shared-gha/.github/workflows/buildimage.yaml@v1 + uses: hyperledger/indy-shared-gha/.github/workflows/buildimage.yaml@v2 with: CACHE_KEY_BUILD: ${{ needs.workflow-setup.outputs.CACHE_KEY_BUILD }} DOCKER_IMAGE: ghcr.io/${{ needs.workflow-setup.outputs.GITHUB_REPOSITORY_NAME }}/token-plugin-build diff --git a/.github/workflows/Push.yaml b/.github/workflows/Push.yaml index 10f870c0..951c35e3 100644 --- a/.github/workflows/Push.yaml +++ b/.github/workflows/Push.yaml @@ -27,19 +27,19 @@ jobs: uses: actions/checkout@v4 - name: setup id: setup - uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v1 + uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v2 with: ownerRepo: "sovrin-foundation" lint: name: Lint needs: [workflow-setup] - uses: hyperledger/indy-shared-gha/.github/workflows/lint.yaml@v1 + uses: hyperledger/indy-shared-gha/.github/workflows/lint.yaml@v2 build-image: name: Create Builder Image needs: [workflow-setup] - uses: hyperledger/indy-shared-gha/.github/workflows/buildimage.yaml@v1 + uses: hyperledger/indy-shared-gha/.github/workflows/buildimage.yaml@v2 with: CACHE_KEY_BUILD: ${{ needs.workflow-setup.outputs.CACHE_KEY_BUILD }} DOCKER_IMAGE: ghcr.io/${{ needs.workflow-setup.outputs.GITHUB_REPOSITORY_NAME }}/token-plugin-build diff --git a/.github/workflows/publishRelease.yaml b/.github/workflows/publishRelease.yaml index ef0b9faf..6c36ba0c 100644 --- a/.github/workflows/publishRelease.yaml +++ b/.github/workflows/publishRelease.yaml @@ -35,12 +35,12 @@ jobs: uses: actions/checkout@v4 - name: get-release-info id: get-release-info - uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v1 + uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v2 with: versionString: "${{ github.event.head_commit.message }}" - name: workflow-setup id: workflow-setup - uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v1 + uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v2 with: ownerRepo: "sovrin-foundation" @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v4 - name: Download sovtoken deb Artifacts from Github Action Artifacts - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: releasepr.yaml @@ -62,7 +62,7 @@ jobs: name: sovtoken-deb path: artifacts/sovtoken-deb - name: Download sovtokenfees python Artifacts from Github Action Artifacts - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: releasepr.yaml @@ -70,7 +70,7 @@ jobs: name: sovtokenfees-deb path: artifacts/sovtokenfees-deb - name: Download sovtoken python Artifacts from Github Action Artifacts - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: releasepr.yaml @@ -78,7 +78,7 @@ jobs: name: sovtoken-python path: artifacts/sovtoken-python - name: Download sovtokenfees python Artifacts from Github Action Artifacts - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: releasepr.yaml @@ -134,7 +134,7 @@ jobs: convertPyVersion: name: "Convert to python version flavour" needs: [release-infos, publish-package] - uses: hyperledger/indy-shared-gha/.github/workflows/pyVersionConversion.yaml@v1 + uses: hyperledger/indy-shared-gha/.github/workflows/pyVersionConversion.yaml@v2 with: VERSIONTAG: ${{ needs.release-infos.outputs.VERSIONTAG }} diff --git a/.github/workflows/releasepr.yaml b/.github/workflows/releasepr.yaml index f8ec10bc..0a7d64ba 100644 --- a/.github/workflows/releasepr.yaml +++ b/.github/workflows/releasepr.yaml @@ -27,12 +27,12 @@ jobs: uses: actions/checkout@v4 - name: get-release-info id: get-release-info - uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v1 + uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v2 with: versionString: "${{ github.event.pull_request.body }}" - name: workflow-setup id: workflow-setup - uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v1 + uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v2 with: ownerRepo: "sovrin-foundation" @@ -40,13 +40,13 @@ jobs: name: Lint needs: [release-infos] # if: ${{ needs.release-infos.outputs.testsNeeded == 'true' }} - uses: hyperledger/indy-shared-gha/.github/workflows/lint.yaml@v1 + uses: hyperledger/indy-shared-gha/.github/workflows/lint.yaml@v2 build-image: name: Create Builder Image needs: [release-infos] if: ${{ always() }} - uses: hyperledger/indy-shared-gha/.github/workflows/buildimage.yaml@v1 + uses: hyperledger/indy-shared-gha/.github/workflows/buildimage.yaml@v2 with: CACHE_KEY_BUILD: ${{ needs.release-infos.outputs.CACHE_KEY_BUILD }} DOCKER_IMAGE: ghcr.io/${{ needs.release-infos.outputs.GITHUB_REPOSITORY_NAME }}/token-plugin-build diff --git a/.github/workflows/reuseable_publish.yaml b/.github/workflows/reuseable_publish.yaml index ab0518fe..0fd5685b 100644 --- a/.github/workflows/reuseable_publish.yaml +++ b/.github/workflows/reuseable_publish.yaml @@ -43,7 +43,7 @@ jobs: path: /tmp/sovtoken-deb/ - name: Publish sovtoken-deb artifact - uses: hyperledger/indy-shared-gha/.github/actions/publish-deb@v1 + uses: hyperledger/indy-shared-gha/.github/actions/publish-deb@v2 with: sourceDirectory: /tmp/sovtoken-deb/ distribution: ${{ inputs.distribution }} @@ -57,7 +57,7 @@ jobs: path: /tmp/sovtokenfees-deb/ - name: Publish sovtokenfees-deb artifact - uses: hyperledger/indy-shared-gha/.github/actions/publish-deb@v1 + uses: hyperledger/indy-shared-gha/.github/actions/publish-deb@v2 with: sourceDirectory: /tmp/sovtokenfees-deb/ distribution: ${{ inputs.distribution }} diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index b8ba3e28..0188538d 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -21,12 +21,12 @@ jobs: fetch-depth: 0 - name: extract branch id: get-branch - uses: hyperledger/indy-shared-gha/.github/actions/branch-from-tag@v1 + uses: hyperledger/indy-shared-gha/.github/actions/branch-from-tag@v2 with: tag: ${{ github.ref }} - name: get-release-info id: get-release-info - uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v1 + uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v2 with: versionString: "${{ github.ref }}"