2727 exit 1
2828 fi
2929
30- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
32- - uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1 .0
32+ - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
3333 with :
3434 distribution : temurin
3535 java-version : 21
7272
7373 # check out main branch to verify there won't be problems with merging the change log
7474 # at the end of this workflow
75- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
75+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7676 with :
7777 ref : main
7878
8484 fi
8585
8686 # back to the release branch
87- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
87+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8888 with :
8989 # tags are needed for the generate-release-contributors.sh script
9090 fetch-depth : 0
@@ -136,7 +136,7 @@ jobs:
136136 steps :
137137 # add change log sync (if any) into this PR since the apidiff update
138138 # is required before any other PR can be merged anyway
139- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
139+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
140140
141141 - name : Copy change log section from release branch
142142 env :
@@ -145,7 +145,7 @@ jobs:
145145 sed -n "0,/^## Version $VERSION /d;/^## Version /q;p" CHANGELOG.md \
146146 > /tmp/changelog-section.md
147147
148- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
148+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
149149 with :
150150 ref : main
151151
@@ -172,7 +172,7 @@ jobs:
172172 sleep 60
173173 done
174174
175- - uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1 .0
175+ - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
176176 with :
177177 distribution : temurin
178178 java-version : 21
0 commit comments