Skip to content

Commit 21ad14c

Browse files
committed
Fixed missed pinned GHA actions not being updated with Renovate.
1 parent e7e8ad8 commit 21ad14c

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-test-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/label-merge-conflict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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"

.vortex/installer/tests/Fixtures/handler_process/_baseline/.github/workflows/build-test-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.vortex/installer/tests/Fixtures/handler_process/_baseline/.github/workflows/label-merge-conflict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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"

.vortex/installer/tests/Fixtures/handler_process/deploy_types_none_gha/.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
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

.vortex/installer/tests/Fixtures/handler_process/provision_profile/.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
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

0 commit comments

Comments
 (0)