5252 env :
5353 artifact-name : cryptomator-cli-${{ needs.prepare.outputs.semVerStr }}-win-x64.zip
5454 steps :
55- - uses : actions/checkout@v4
56- - uses : actions/setup-java@v4
55+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
56+ - uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
5757 with :
5858 java-version : ${{ env.JAVA_VERSION }}
5959 distribution : ${{ env.JAVA_DIST }}
@@ -102,7 +102,7 @@ jobs:
102102 $jar.Dispose()
103103 }
104104 - name : Codesign
105- uses : skymatic/workflows/.github/actions/win-sign-action@450e322ff2214d0be0b079b63343c894f3ef735f
105+ uses : skymatic/workflows/.github/actions/win-sign-action@450e322ff2214d0be0b079b63343c894f3ef735f # TODO: replace by azure signing
106106 with :
107107 base-dir : ' target'
108108 file-extensions : ' dll,exe'
@@ -135,7 +135,7 @@ jobs:
135135 env :
136136 GPG_PRIVATE_KEY : ${{ secrets.RELEASES_GPG_PRIVATE_KEY }}
137137 GPG_PASSPHRASE : ${{ secrets.RELEASES_GPG_PASSPHRASE }}
138- - uses : actions/upload-artifact@v4
138+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
139139 with :
140140 name : cryptomator-cli-win-x64
141141 path : |
@@ -144,7 +144,7 @@ jobs:
144144 if-no-files-found : error
145145 - name : Publish artefact on GitHub Releases
146146 if : startsWith(github.ref, 'refs/tags/') && github.event.action == 'published'
147- uses : softprops/action-gh-release@v2
147+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
148148 with :
149149 fail_on_unmatched_files : true
150150 token : ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
0 commit comments