File tree Expand file tree Collapse file tree
.vortex/installer/tests/Fixtures/handler_process
_baseline/.github/workflows
deploy_types_none_gha/.github/workflows
provision_profile/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215215
216216 - name : Add SSH private key used to download database
217217 if : ${{ env.VORTEX_DOWNLOAD_DB_SSH_PRIVATE_KEY != '' }}
218- uses : shimataro/ssh-key-action@v2
218+ uses : shimataro/ssh-key-action@6b84f2e793b32fa0b03a379cadadec75cc539391 # v2.8.0
219219 with :
220220 key : ${{ secrets.VORTEX_DOWNLOAD_DB_SSH_PRIVATE_KEY }}
221221 known_hosts : unnecessary
@@ -563,7 +563,7 @@ jobs:
563563
564564 - name : Add SSH private key to the runner
565565 if : ${{ env.VORTEX_DEPLOY_SSH_PRIVATE_KEY != '' }}
566- uses : shimataro/ssh-key-action@v2
566+ uses : shimataro/ssh-key-action@6b84f2e793b32fa0b03a379cadadec75cc539391 # v2.8.0
567567 with :
568568 key : ${{ secrets.VORTEX_DEPLOY_SSH_PRIVATE_KEY }}
569569 known_hosts : unnecessary
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Check if PRs have conflicts
14- uses : eps1lon/actions-label-merge-conflict@v3
14+ uses : eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3
1515 with :
1616 dirtyLabel : " CONFLICT"
1717 removeOnDirtyLabel : " Needs review"
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191191
192192 - name : Add SSH private key used to download database
193193 if : ${{ env.VORTEX_DOWNLOAD_DB_SSH_PRIVATE_KEY != '' }}
194- uses : shimataro/ssh-key-action@__VERSION__
194+ uses : shimataro/ssh-key-action@__HASH__ # __VERSION__
195195 with :
196196 key : ${{ secrets.VORTEX_DOWNLOAD_DB_SSH_PRIVATE_KEY }}
197197 known_hosts : unnecessary
@@ -509,7 +509,7 @@ jobs:
509509
510510 - name : Add SSH private key to the runner
511511 if : ${{ env.VORTEX_DEPLOY_SSH_PRIVATE_KEY != '' }}
512- uses : shimataro/ssh-key-action@__VERSION__
512+ uses : shimataro/ssh-key-action@__HASH__ # __VERSION__
513513 with :
514514 key : ${{ secrets.VORTEX_DEPLOY_SSH_PRIVATE_KEY }}
515515 known_hosts : unnecessary
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Check if PRs have conflicts
14- uses : eps1lon/actions-label-merge-conflict@__VERSION__
14+ uses : eps1lon/actions-label-merge-conflict@__HASH__ # __VERSION__
1515 with :
1616 dirtyLabel : " CONFLICT"
1717 removeOnDirtyLabel : " Needs review"
Original file line number Diff line number Diff line change 5252-
5353- - name : Add SSH private key to the runner
5454- if : ${{ env.VORTEX_DEPLOY_SSH_PRIVATE_KEY != '' }}
55- - uses : shimataro/ssh-key-action@__VERSION__
55+ - uses : shimataro/ssh-key-action@__HASH__ # __VERSION__
5656- with :
5757- key : ${{ secrets.VORTEX_DEPLOY_SSH_PRIVATE_KEY }}
5858- known_hosts : unnecessary
Original file line number Diff line number Diff line change 5959-
6060- - name : Add SSH private key used to download database
6161- if : ${{ env.VORTEX_DOWNLOAD_DB_SSH_PRIVATE_KEY != '' }}
62- - uses : shimataro/ssh-key-action@__VERSION__
62+ - uses : shimataro/ssh-key-action@__HASH__ # __VERSION__
6363- with :
6464- key : ${{ secrets.VORTEX_DOWNLOAD_DB_SSH_PRIVATE_KEY }}
6565- known_hosts : unnecessary
You can’t perform that action at this time.
0 commit comments