1919 versionType : ${{ steps.version.outputs.versionType }}
2020 fullVersion : ${{ steps.version.outputs.fullVersion }}
2121 steps :
22- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
22+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
2323 - name : setup java
2424 uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # tag=v3
2525 with :
4343 if : needs.prepare.outputs.versionType == 'SNAPSHOT'
4444 environment : snapshots
4545 steps :
46- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
46+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
4747 - uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # tag=v3
4848 with :
4949 distribution : ' temurin'
6363 if : needs.prepare.outputs.versionType == 'MILESTONE'
6464 environment : releases
6565 steps :
66- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
66+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
6767 - uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # tag=v3
6868 with :
6969 distribution : ' temurin'
8585 if : needs.prepare.outputs.versionType == 'RELEASE'
8686 environment : releases
8787 steps :
88- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
88+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
8989 - uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # tag=v3
9090 with :
9191 distribution : ' temurin'
@@ -108,7 +108,7 @@ jobs:
108108 permissions :
109109 contents : write
110110 steps :
111- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
111+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
112112 - name : tag
113113 # specifics: no v prefix for the tag
114114 run : |
@@ -124,7 +124,7 @@ jobs:
124124 permissions :
125125 contents : write
126126 steps :
127- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
127+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
128128 - name : tag
129129 # specifics: no v prefix for the tag
130130 run : |
0 commit comments