Skip to content

Commit

Permalink
Merge pull request #477 from the-hideout/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…thub-actions-cc1e87fb18

Bump the github-actions group with 6 updates
  • Loading branch information
GrantBirki authored Feb 6, 2024
2 parents 41e0a57 + 0c98bb3 commit cf19292
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand All @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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 }}
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/json-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- uses: actions/checkout@v4

- name: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v2.4.0
uses: GrantBirki/json-yaml-validate@v2.6.0
with:
comment: "true"
4 changes: 2 additions & 2 deletions .github/workflows/restart-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unlock-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: unlock on merge
uses: github/branch-deploy@v8.1.2
uses: github/branch-deploy@v9.0.0
id: unlock-on-merge
with:
unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow
Expand Down

0 comments on commit cf19292

Please sign in to comment.