99
1010jobs :
1111 version :
12- uses : walt-id/waltid-identity/.github/workflows/version.yml@main
12+ uses : walt-id/waltid-identity/.github/workflows/version.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
1313 with :
1414 preferred : ${{ inputs.release_version }}
1515 gradle :
16- uses : walt-id/waltid-identity/.github/workflows/gradle.yml@main
16+ uses : walt-id/waltid-identity/.github/workflows/gradle.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
1717 secrets : inherit
1818 needs : version
1919 with :
@@ -22,81 +22,76 @@ jobs:
2222 publish : true
2323 report-check-name : ' gradle / gradle (ubuntu-22.04)'
2424 docker-matrix :
25- uses : walt-id/waltid-identity/.github/workflows/load-json.yml@main
25+ uses : walt-id/waltid-identity/.github/workflows/load-json.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
2626 with :
2727 jsonpath : " .github/workflows/data/docker-matrix.json"
2828 docker :
29- uses : walt-id/waltid-identity/.github/workflows/docker.yml@main
29+ uses : walt-id/waltid-identity/.github/workflows/docker.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
3030 secrets : inherit
3131 needs : [ version, docker-matrix ]
3232 with :
3333 images : ${{ needs.docker-matrix.outputs.json }}
3434 version : ${{ needs.version.outputs.release_version }}
3535 publish : true
3636 api-docker-matrix :
37- uses : walt-id/waltid-identity/.github/workflows/load-json.yml@main
37+ uses : walt-id/waltid-identity/.github/workflows/load-json.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
3838 with :
3939 jsonpath : " .github/workflows/data/api-docker-matrix.json"
4040 api-docker :
41- uses : walt-id/waltid-identity/.github/workflows/api-docker.yml@main
41+ uses : walt-id/waltid-identity/.github/workflows/api-docker.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
4242 secrets : inherit
4343 needs : [ version, api-docker-matrix ]
4444 with :
4545 images : ${{ needs.api-docker-matrix.outputs.json }}
4646 version : ${{ needs.version.outputs.release_version }}
4747 publish : true
4848 tag :
49- uses : walt-id/waltid-identity/.github/workflows/tag.yml@main
49+ uses : walt-id/waltid-identity/.github/workflows/tag.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
5050 secrets : inherit
5151 needs : [ version, gradle, docker, api-docker ]
5252 with :
5353 version : ${{ needs.version.outputs.release_version }}
5454 ref : ${{ github.ref_name }}
5555 enterprise-tag :
56- uses : walt-id/waltid-identity/.github/workflows/tag.yml@main
56+ uses : walt-id/waltid-identity/.github/workflows/tag.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
5757 secrets : inherit
5858 needs : [ version, gradle, docker, api-docker ]
5959 with :
6060 version : ${{ needs.version.outputs.release_version }}
6161 repository : walt-id/waltid-identity-enterprise
6262 ref : ${{ github.ref_name }}
6363 docs-tag :
64- uses : walt-id/waltid-identity/.github/workflows/tag.yml@main
64+ uses : walt-id/waltid-identity/.github/workflows/tag.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
6565 secrets : inherit
6666 needs : [ version, gradle, docker, api-docker ]
6767 with :
6868 version : ${{ needs.version.outputs.release_version }}
6969 repository : walt-id/waltid-docs
7070 ref : ${{ github.ref_name }}
7171 quickstart-tag :
72- uses : walt-id/waltid-identity/.github/workflows/tag.yml@main
72+ uses : walt-id/waltid-identity/.github/workflows/tag.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
7373 secrets : inherit
7474 needs : [ version, gradle, docker, api-docker ]
7575 with :
7676 version : ${{ needs.version.outputs.release_version }}
7777 repository : walt-id/waltid-enterprise-quickstart
7878 ref : ${{ github.ref_name }}
7979 unified-build-tag :
80- uses : walt-id/waltid-identity/.github/workflows/tag.yml@main
80+ uses : walt-id/waltid-identity/.github/workflows/tag.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
8181 secrets : inherit
8282 needs : [ version, gradle, docker, api-docker ]
8383 with :
8484 version : ${{ needs.version.outputs.release_version }}
8585 repository : walt-id/waltid-unified-build
8686 ref : ${{ github.ref_name }}
8787 release :
88- name : Create Release
89- runs-on : ubuntu-latest
90- needs : [ tag ]
91- steps :
92- - name : Create Release
93- uses : softprops/action-gh-release@v3
94- env :
95- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
96- with :
97- tag_name : ${{ needs.tag.outputs.tag }}
98- prerelease : ${{ contains(needs.tag.outputs.tag, 'PRE-RELEASE') }}
99- make_latest : false
88+ uses : walt-id/waltid-identity/.github/workflows/create-release.yml@6bb27c98fb66d9525dcc5ed8b0e703ff07a18c4a
89+ secrets : inherit
90+ needs : [ version, tag ]
91+ with :
92+ version : ${{ needs.version.outputs.release_version }}
93+ tag : ${{ needs.tag.outputs.tag }}
94+ make_latest : false
10095 enterprise-release :
10196 name : Create Enterprise Release
10297 runs-on : ubuntu-latest
0 commit comments