ci/cd - use fixed sha1 commit for scw action in rm arm workflow

This commit is contained in:
florian 2023-04-30 03:36:58 +02:00
parent 66d7216dc3
commit 98ce5041d2
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v3
- name: Delete ARM VM
uses: scaleway/action-scw@v0
uses: scaleway/action-scw@bbcfd65cd2af73456ce439088e0d42c1657c4c38
with:
args: instance server delete ${{ secrets.ARM_ID }} zone=fr-par-2 with-ip=true with-volumes=all
version: v2.13.0