Skip to content

Commit 930837d

Browse files
Bump jenseng/dynamic-uses in the github-actions group (#55)
Bumps the github-actions group with 1 update: [jenseng/dynamic-uses](https://github.com/jenseng/dynamic-uses). Updates `jenseng/dynamic-uses` from 1.0.2 to 1.1.1 - [Release notes](https://github.com/jenseng/dynamic-uses/releases) - [Commits](jenseng/dynamic-uses@26a7fa1...8bc24f0) --- updated-dependencies: - dependency-name: jenseng/dynamic-uses dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a1b125 commit 930837d

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
21+
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1
2222
with:
2323
uses: LocalStack/setup-localstack@${{ env.GH_ACTION_VERSION }}
2424
with: |-
@@ -47,7 +47,7 @@ jobs:
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@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
50+
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1
5151
with:
5252
uses: LocalStack/setup-localstack@${{ env.GH_ACTION_VERSION }}
5353
with: |-
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
7575

7676
- name: Start LocalStack
77-
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
77+
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1
7878
with:
7979
uses: LocalStack/setup-localstack@${{ env.GH_ACTION_VERSION }}
8080
with: |-
@@ -94,7 +94,7 @@ jobs:
9494
awslocal sqs create-queue --queue-name test-queue
9595
9696
- name: Save the Cloud Pod
97-
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
97+
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1
9898
with:
9999
uses: LocalStack/setup-localstack@${{ env.GH_ACTION_VERSION }}
100100
with: |-
@@ -114,7 +114,7 @@ jobs:
114114
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
115115

116116
- name: Start LocalStack
117-
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
117+
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # 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@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
142+
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1
143143
with:
144144
uses: LocalStack/setup-localstack@${{ env.GH_ACTION_VERSION }}
145145
with: |-

.github/workflows/ephemeral.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1111

1212
- name: Deploy Ephemeral Instance
13-
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
13+
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1
1414
with:
1515
uses: LocalStack/setup-localstack@${{ env.GH_ACTION_VERSION }}
1616
with: |-
@@ -67,7 +67,7 @@ jobs:
6767
# We want explicit shutdown
6868
- name: Shutdown ephemeral instance
6969
if: ${{ always() }}
70-
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
70+
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1
7171
with:
7272
uses: LocalStack/setup-localstack@${{ env.GH_ACTION_VERSION }}
7373
with: |-

action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ runs:
9797
shell: bash
9898
9999
- name: Install tools
100-
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
100+
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1
101101
if: ${{ inputs.skip-startup == 'true' || inputs.state-backend == 'ephemeral' || inputs.state-action == 'save' }}
102102
with:
103103
uses: ${{ env.GH_ACTION_ROOT }}/tools
@@ -107,7 +107,7 @@ runs:
107107
}
108108
109109
- name: Start Localstack
110-
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
110+
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1
111111
if: ${{ inputs.skip-startup != 'true' && inputs.state-backend != 'ephemeral' && inputs.state-action != 'save' }}
112112
with:
113113
# now we can dynamically determine sub-action path 🥳
@@ -126,7 +126,7 @@ runs:
126126
127127
- name: Create Ephemeral Instance
128128
if: ${{ inputs.state-action == 'start' && inputs.state-backend == 'ephemeral' }}
129-
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
129+
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1
130130
with:
131131
uses: ${{ env.GH_ACTION_ROOT }}/ephemeral/startup
132132
with: |-
@@ -141,7 +141,7 @@ runs:
141141
# Use different artifact from current workflow's by passing the workflow's id as WORKFLOW_ID env variable
142142
- name: Manage state
143143
if: ${{ inputs.state-action == 'save' || inputs.state-action == 'load' }}
144-
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
144+
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1
145145
with:
146146
uses: ${{ env.GH_ACTION_ROOT }}/${{ inputs.state-backend }}
147147
with: |-
@@ -152,7 +152,7 @@ runs:
152152
153153
- name: Display Ephemeral Instance URL
154154
if: ${{ inputs.state-action == 'start' && inputs.state-backend == 'ephemeral' && (inputs.include-preview == 'true' || inputs.ci-project != '') }}
155-
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
155+
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1
156156
with:
157157
uses: ${{ env.GH_ACTION_ROOT }}/finish
158158
with: |-
@@ -164,7 +164,7 @@ runs:
164164
165165
- name: Stop Ephemeral Instance
166166
if: ${{ (inputs.skip-ephemeral-stop == 'false' || inputs.state-action == 'stop') && inputs.state-backend == 'ephemeral' }}
167-
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
167+
uses: jenseng/dynamic-uses@8bc24f0360175e710da532c4d19eafdbed489a06 # v1
168168
with:
169169
uses: ${{ env.GH_ACTION_ROOT }}/ephemeral/shutdown
170170
with: |-

0 commit comments

Comments
 (0)