2929 versionType : ${{ steps.version.outputs.versionType }}
3030 fullVersion : ${{ steps.version.outputs.fullVersion }}
3131 steps :
32- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
32+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
3333 - name : Download JDK 9
3434 if : contains('main 3.6.x', github.base_ref)
3535 run : ${GITHUB_WORKSPACE}/.github/setup.sh
7171 if : needs.prepare.outputs.versionType == 'SNAPSHOT'
7272 environment : snapshots
7373 steps :
74- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
74+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
7575 - name : Download JDK 9
7676 if : contains('main 3.6.x', github.base_ref)
7777 run : ${GITHUB_WORKSPACE}/.github/setup.sh
@@ -109,7 +109,7 @@ jobs:
109109 if : needs.prepare.outputs.versionType == 'MILESTONE'
110110 environment : releases
111111 steps :
112- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
112+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
113113 - name : Download JDK 9
114114 if : contains('main 3.6.x', github.base_ref)
115115 run : ${GITHUB_WORKSPACE}/.github/setup.sh
@@ -149,7 +149,7 @@ jobs:
149149 if : needs.prepare.outputs.versionType == 'RELEASE'
150150 environment : releases
151151 steps :
152- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
152+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
153153 - name : Download JDK 9
154154 if : contains('main 3.6.x', github.base_ref)
155155 run : ${GITHUB_WORKSPACE}/.github/setup.sh
@@ -190,7 +190,7 @@ jobs:
190190 permissions :
191191 contents : write
192192 steps :
193- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
193+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
194194 - name : tag
195195 run : |
196196 git config --local user.name 'reactorbot'
@@ -205,7 +205,7 @@ jobs:
205205 permissions :
206206 contents : write
207207 steps :
208- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
208+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
209209 - name : tag
210210 run : |
211211 git config --local user.name 'reactorbot'
0 commit comments