File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 MAVEN_PASSWORD : ${{ secrets.MAVEN_PASSWORD }}
4141 steps :
4242 - name : Checkout all repos with ref fallback
43- uses : walt-id/waltid-identity/.github/actions/checkout-repos@4296a7f80cacf7e60cb1a20321956768892eb7e3
43+ uses : walt-id/waltid-identity/.github/actions/checkout-repos@73cf58a0edcc4c978304fdfd1a91372d34f65da2
4444 with :
4545 token : ${{ secrets.GH_ACCESS_TOKEN || github.token }}
4646 ref : ${{ github.event.pull_request.head.ref || github.head_ref || github.ref_name }}
Original file line number Diff line number Diff line change 3636 include : ${{ fromJSON(inputs.images) }}
3737 steps :
3838 - name : Checkout all repos with ref fallback
39- uses : walt-id/waltid-identity/.github/actions/checkout-repos@864f84343fdeea17f6f63434bc8036c39f178dc7
39+ uses : walt-id/waltid-identity/.github/actions/checkout-repos@73cf58a0edcc4c978304fdfd1a91372d34f65da2
4040 with :
4141 token : ${{ secrets.GH_ACCESS_TOKEN }}
4242 - name : Configure gradle
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-22.04
2727 steps :
2828 - name : Checkout all repos with ref fallback
29- uses : walt-id/waltid-identity/.github/actions/checkout-repos@864f84343fdeea17f6f63434bc8036c39f178dc7
29+ uses : walt-id/waltid-identity/.github/actions/checkout-repos@73cf58a0edcc4c978304fdfd1a91372d34f65da2
3030 with :
3131 token : ${{ secrets.GH_ACCESS_TOKEN }}
3232
Original file line number Diff line number Diff line change 8080
8181 steps :
8282 - name : Checkout all repos with ref fallback
83- uses : walt-id/waltid-identity/.github/actions/checkout-repos@864f84343fdeea17f6f63434bc8036c39f178dc7
83+ uses : walt-id/waltid-identity/.github/actions/checkout-repos@73cf58a0edcc4c978304fdfd1a91372d34f65da2
8484 with :
8585 token : ${{ secrets.GH_ACCESS_TOKEN }}
8686
Original file line number Diff line number Diff line change 3939 echo "${{ matrix.image }}::: ${{ inputs.tag }} / ${{ inputs.version }}"
4040
4141 - name : Checkout all repos with ref fallback
42- uses : walt-id/waltid-identity/.github/actions/checkout-repos@864f84343fdeea17f6f63434bc8036c39f178dc7
42+ uses : walt-id/waltid-identity/.github/actions/checkout-repos@73cf58a0edcc4c978304fdfd1a91372d34f65da2
4343 with :
4444 token : ${{ secrets.GH_ACCESS_TOKEN }}
4545
Original file line number Diff line number Diff line change 3636 runs-on : macos-26
3737 steps :
3838 - name : Checkout all repos with ref fallback
39- uses : walt-id/waltid-identity/.github/actions/checkout-repos@4296a7f80cacf7e60cb1a20321956768892eb7e3
39+ uses : walt-id/waltid-identity/.github/actions/checkout-repos@73cf58a0edcc4c978304fdfd1a91372d34f65da2
4040 with :
4141 token : ${{ secrets.GH_ACCESS_TOKEN || github.token }}
4242 ref : ${{ github.head_ref || github.ref_name }}
6666 runs-on : macos-26
6767 steps :
6868 - name : Checkout all repos with ref fallback
69- uses : walt-id/waltid-identity/.github/actions/checkout-repos@4296a7f80cacf7e60cb1a20321956768892eb7e3
69+ uses : walt-id/waltid-identity/.github/actions/checkout-repos@73cf58a0edcc4c978304fdfd1a91372d34f65da2
7070 with :
7171 token : ${{ secrets.GH_ACCESS_TOKEN || github.token }}
7272 ref : ${{ github.head_ref || github.ref_name }}
9696 runs-on : macos-26
9797 steps :
9898 - name : Checkout all repos with ref fallback
99- uses : walt-id/waltid-identity/.github/actions/checkout-repos@4296a7f80cacf7e60cb1a20321956768892eb7e3
99+ uses : walt-id/waltid-identity/.github/actions/checkout-repos@73cf58a0edcc4c978304fdfd1a91372d34f65da2
100100 with :
101101 token : ${{ secrets.GH_ACCESS_TOKEN || github.token }}
102102 ref : ${{ github.head_ref || github.ref_name }}
@@ -127,7 +127,7 @@ jobs:
127127 runs-on : macos-26
128128 steps :
129129 - name : Checkout all repos with ref fallback
130- uses : walt-id/waltid-identity/.github/actions/checkout-repos@4296a7f80cacf7e60cb1a20321956768892eb7e3
130+ uses : walt-id/waltid-identity/.github/actions/checkout-repos@73cf58a0edcc4c978304fdfd1a91372d34f65da2
131131 with :
132132 token : ${{ secrets.GH_ACCESS_TOKEN || github.token }}
133133 ref : ${{ github.head_ref || github.ref_name }}
Original file line number Diff line number Diff line change 3838 sudo swapon /swapfile
3939
4040 - name : Checkout all repos with ref fallback
41- uses : walt-id/waltid-identity/.github/actions/checkout-repos@864f84343fdeea17f6f63434bc8036c39f178dc7
41+ uses : walt-id/waltid-identity/.github/actions/checkout-repos@73cf58a0edcc4c978304fdfd1a91372d34f65da2
4242 with :
4343 token : ${{ secrets.GH_ACCESS_TOKEN }}
4444
Original file line number Diff line number Diff line change 5151 XCODE_DEVELOPER_DIR : /Applications/Xcode_26.6.app/Contents/Developer
5252 steps :
5353 - name : Checkout all repos with ref fallback
54- uses : walt-id/waltid-identity/.github/actions/checkout-repos@4296a7f80cacf7e60cb1a20321956768892eb7e3
54+ uses : walt-id/waltid-identity/.github/actions/checkout-repos@73cf58a0edcc4c978304fdfd1a91372d34f65da2
5555 with :
5656 token : ${{ secrets.GH_ACCESS_TOKEN || github.token }}
5757 ref : ${{ github.head_ref || github.ref_name }}
@@ -143,7 +143,7 @@ jobs:
143143
144144 - name : Checkout all repos with ref fallback
145145 if : ${{ inputs.deploy == true }}
146- uses : walt-id/waltid-identity/.github/actions/checkout-repos@4296a7f80cacf7e60cb1a20321956768892eb7e3
146+ uses : walt-id/waltid-identity/.github/actions/checkout-repos@73cf58a0edcc4c978304fdfd1a91372d34f65da2
147147 with :
148148 token : ${{ secrets.GH_ACCESS_TOKEN || github.token }}
149149 ref : ${{ github.head_ref || github.ref_name }}
You can’t perform that action at this time.
0 commit comments