@@ -13,12 +13,12 @@ jobs:
1313 name : ' Test LocalStack GitHub Action'
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717
1818 # We must hack the action call as remote to be able to use the relative paths
1919 # Could it break with different CWD? 🤔
2020 - name : Start LocalStack
21- uses : jenseng/dynamic-uses@v1
21+ uses : jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
2222 with :
2323 uses : LocalStack/setup-localstack@${{ env.GH_ACTION_VERSION }}
2424 with : |-
@@ -42,12 +42,12 @@ jobs:
4242 name : ' Test LocalStack Version with Github Actions'
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v3
45+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4646
4747 # We must hack the action call as remote to be able to use the relative paths
4848 # Could it break with different CWD? 🤔
4949 - name : Start LocalStack
50- uses : jenseng/dynamic-uses@v1
50+ uses : jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
5151 with :
5252 uses : LocalStack/setup-localstack@${{ env.GH_ACTION_VERSION }}
5353 with : |-
@@ -71,10 +71,10 @@ jobs:
7171 runs-on : ubuntu-latest
7272 steps :
7373 - name : ⚡️ Checkout the repository
74- uses : actions/checkout@v3
74+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
7575
7676 - name : Start LocalStack
77- uses : jenseng/dynamic-uses@v1
77+ uses : jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
7878 with :
7979 uses : LocalStack/setup-localstack@${{ env.GH_ACTION_VERSION }}
8080 with : |-
9494 awslocal sqs create-queue --queue-name test-queue
9595
9696 - name : Save the Cloud Pod
97- uses : jenseng/dynamic-uses@v1
97+ uses : jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
9898 with :
9999 uses : LocalStack/setup-localstack@${{ env.GH_ACTION_VERSION }}
100100 with : |-
@@ -111,10 +111,10 @@ jobs:
111111 runs-on : ubuntu-latest
112112 steps :
113113 - name : ⚡️ Checkout the repository
114- uses : actions/checkout@v3
114+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
115115
116116 - name : Start LocalStack
117- uses : jenseng/dynamic-uses@v1
117+ uses : jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
118118 with :
119119 uses : LocalStack/setup-localstack@${{ env.GH_ACTION_VERSION }}
120120 with : |-
@@ -139,7 +139,7 @@ jobs:
139139 awslocal sqs delete-queue --queue-url $(awslocal sqs get-queue-url --queue-name test-queue --output text)
140140
141141 - name : Save the State Artifact
142- uses : jenseng/dynamic-uses@v1
142+ uses : jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
143143 with :
144144 uses : LocalStack/setup-localstack@${{ env.GH_ACTION_VERSION }}
145145 with : |-
0 commit comments