3333 id-token : write # required for build provenance attestation
3434 steps :
3535 - name : Check out repository
36- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3737 with :
3838 fetch-depth : 1
3939 ref : " refs/tags/${{ env.RELEASE_TAG }}"
@@ -74,14 +74,14 @@ jobs:
7474 runs-on : ubuntu-latest
7575 steps :
7676 - name : Check out repository
77- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
77+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7878 with :
7979 fetch-depth : 1
8080 ref : " refs/tags/${{ env.RELEASE_TAG }}"
8181 path : junit-framework
8282 persist-credentials : false
8383 - name : Check out examples repository
84- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
84+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
8585 with :
8686 repository : ${{ github.repository_owner }}/junit-examples
8787 token : ${{ secrets.JUNIT_BUILDS_GITHUB_TOKEN_EXAMPLES_REPO }}
@@ -118,7 +118,7 @@ jobs:
118118 issues : write
119119 steps :
120120 - name : Check out repository
121- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
121+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
122122 with :
123123 fetch-depth : 1
124124 persist-credentials : false
@@ -137,7 +137,7 @@ jobs:
137137 runs-on : ubuntu-latest
138138 steps :
139139 - name : Check out repository
140- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
140+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
141141 with :
142142 fetch-depth : 1
143143 ref : " refs/tags/${{ env.RELEASE_TAG }}"
@@ -160,7 +160,7 @@ jobs:
160160 runs-on : ubuntu-latest
161161 steps :
162162 - name : Check out repository
163- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
163+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
164164 with :
165165 fetch-depth : 1
166166 ref : " refs/tags/${{ env.RELEASE_TAG }}"
@@ -218,7 +218,7 @@ jobs:
218218 runs-on : ubuntu-latest
219219 steps :
220220 - name : Check out examples repository
221- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
221+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
222222 with :
223223 repository : ${{ github.repository_owner }}/junit-examples
224224 token : ${{ secrets.JUNIT_BUILDS_GITHUB_TOKEN_EXAMPLES_REPO }}
@@ -262,7 +262,7 @@ jobs:
262262 contents : write
263263 steps :
264264 - name : Check out repository
265- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
265+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
266266 with :
267267 fetch-depth : 1
268268 persist-credentials : false
0 commit comments