Skip to content

Commit d4373ed

Browse files
chore(deps): update launchdarkly/gh-actions digest to 1a3dc56 (#1173)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | launchdarkly/gh-actions | action | digest | `5adb11f` β†’ `1a3dc56` | --- ### Configuration πŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/launchdarkly/js-core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7130cc commit d4373ed

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

β€Ž.github/workflows/browser.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
sleep 5 # Give the browser time to initialize and connect via WebSocket
104104
105105
- name: Run contract tests
106-
uses: launchdarkly/gh-actions/actions/contract-tests@5adb11fd6953e1bc35d9cf1fc1b4374c464e3a8b
106+
uses: launchdarkly/gh-actions/actions/contract-tests@1a3dc56945c8e87bc952119b055f9481b4d642b0
107107
with:
108108
test_service_port: 8000
109109
token: ${{ secrets.GITHUB_TOKEN }}

β€Ž.github/workflows/electron.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
done
6666
6767
- name: Run contract tests
68-
uses: launchdarkly/gh-actions/actions/contract-tests@5adb11fd6953e1bc35d9cf1fc1b4374c464e3a8b
68+
uses: launchdarkly/gh-actions/actions/contract-tests@1a3dc56945c8e87bc952119b055f9481b4d642b0
6969
with:
7070
test_service_port: 8000
7171
token: ${{ secrets.GITHUB_TOKEN }}

β€Ž.github/workflows/react.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
done
7171
sleep 5
7272
- name: Run contract tests
73-
uses: launchdarkly/gh-actions/actions/contract-tests@5adb11fd6953e1bc35d9cf1fc1b4374c464e3a8b
73+
uses: launchdarkly/gh-actions/actions/contract-tests@1a3dc56945c8e87bc952119b055f9481b4d642b0
7474
with:
7575
test_service_port: 8000
7676
token: ${{ secrets.GITHUB_TOKEN }}

β€Ž.github/workflows/shopify-oxygen.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: yarn workspace @launchdarkly/shopify-oxygen-contract-tests build
3333
- name: Launch the test service in the background
3434
run: yarn workspace @launchdarkly/shopify-oxygen-contract-tests start &> /dev/null &
35-
- uses: launchdarkly/gh-actions/actions/contract-tests@5adb11fd6953e1bc35d9cf1fc1b4374c464e3a8b
35+
- uses: launchdarkly/gh-actions/actions/contract-tests@1a3dc56945c8e87bc952119b055f9481b4d642b0
3636
with:
3737
test_service_port: 8000
3838
token: ${{ secrets.GITHUB_TOKEN }}

β€Žactions/run-example/action.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ runs:
1818
shell: bash
1919
run: yarn workspaces focus ${{ inputs.workspace_name }}
2020

21-
- uses: launchdarkly/gh-actions/actions/release-secrets@5adb11fd6953e1bc35d9cf1fc1b4374c464e3a8b
21+
- uses: launchdarkly/gh-actions/actions/release-secrets@1a3dc56945c8e87bc952119b055f9481b4d642b0
2222
name: 'Get the client-side SDK key'
2323
with:
2424
aws_assume_role: ${{ inputs.aws_assume_role }}
2525
ssm_parameter_pairs: '/sdk/common/hello-apps/client-key = LAUNCHDARKLY_CLIENT_SIDE_ID'
2626

27-
- uses: launchdarkly/gh-actions/actions/release-secrets@5adb11fd6953e1bc35d9cf1fc1b4374c464e3a8b
27+
- uses: launchdarkly/gh-actions/actions/release-secrets@1a3dc56945c8e87bc952119b055f9481b4d642b0
2828
name: 'Get the test feature flag key'
2929
with:
3030
aws_assume_role: ${{ inputs.aws_assume_role }}

0 commit comments

Comments
Β (0)