Skip to content

Commit 0601e9b

Browse files
committed
fix: update checkout-repos action reference across multiple workflows
1 parent 73cf58a commit 0601e9b

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/android-device-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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 }}

.github/workflows/api-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
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

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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

.github/workflows/gradle-macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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 }}
@@ -66,7 +66,7 @@ jobs:
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 }}
@@ -96,7 +96,7 @@ jobs:
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 }}

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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

.github/workflows/mobile-sdk-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)