-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #477 from the-hideout/dependabot/github_actions/gi…
…thub-actions-cc1e87fb18 Bump the github-actions group with 6 updates
- Loading branch information
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: github/branch-deploy@v8.1.2 | ||
- uses: github/branch-deploy@v9.0.0 | ||
id: branch-deploy | ||
with: | ||
admins: the-hideout/core-contributors | ||
|
@@ -32,7 +32,7 @@ jobs: | |
with: | ||
ref: ${{ steps.branch-deploy.outputs.ref }} | ||
|
||
- uses: azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # pin@v1.5.1 | ||
- uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin@v1.6.1 | ||
if: ${{ steps.branch-deploy.outputs.continue == 'true' }} | ||
with: | ||
creds: ${{ secrets.AZURE_CREDENTIALS }} | ||
|
@@ -116,7 +116,7 @@ jobs: | |
|
||
- name: SSH Remote Deploy | ||
if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' }} | ||
uses: appleboy/ssh-action@55dabf81b49d4120609345970c91507e2d734799 # [email protected].0 | ||
uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # [email protected].3 | ||
with: | ||
host: ${{ secrets.SSH_HOST }} | ||
username: ${{ secrets.SSH_USERNAME }} | ||
|
@@ -125,7 +125,7 @@ jobs: | |
script_stop: true | ||
script: ~/tarkov-data-manager/script/deploy -r="${{ steps.branch-deploy.outputs.ref }}" -f="${{ steps.branch-deploy.outputs.fork_checkout }}" -d="tarkov-data-manager" -n="${{ steps.branch-deploy.outputs.fork_full_name }}" | ||
|
||
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # pin@v4.7.1 | ||
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # pin@v5.0.0 | ||
if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' }} | ||
with: | ||
python-version: '3.10' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # pin@v1.5.1 | ||
- uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin@v1.6.1 | ||
with: | ||
creds: ${{ secrets.AZURE_CREDENTIALS }} | ||
|
||
|
@@ -37,7 +37,7 @@ jobs: | |
run: terraform apply -auto-approve | ||
|
||
- name: SSH Remote Deploy | ||
uses: appleboy/ssh-action@55dabf81b49d4120609345970c91507e2d734799 # [email protected].0 | ||
uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # [email protected].3 | ||
with: | ||
host: ${{ secrets.SSH_HOST }} | ||
username: ${{ secrets.SSH_USERNAME }} | ||
|
@@ -46,7 +46,7 @@ jobs: | |
script_stop: true | ||
script: ~/tarkov-data-manager/script/deploy -r="main" -d="tarkov-data-manager" | ||
|
||
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # pin@v4.7.1 | ||
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # pin@v5.0.0 | ||
with: | ||
python-version: '3.10' | ||
cache: 'pip' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,12 @@ jobs: | |
|
||
steps: | ||
- name: azure login | ||
uses: azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # pin@v1.5.1 | ||
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin@v1.6.1 | ||
with: | ||
creds: ${{ secrets.AZURE_CREDENTIALS }} | ||
|
||
- name: restart vm | ||
uses: azure/CLI@b0e31ae20280d899279f14c36e877b4c6916e2d3 # [email protected].8 | ||
uses: azure/CLI@4db43908b9df2e7ac93c8275a8f9a448c59338dd # [email protected].9 | ||
with: | ||
azcliversion: 2.50.0 | ||
inlineScript: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters