Skip to content

Commit d93ccef

Browse files
chore(deps): update launchdarkly/gh-actions digest to d271978 (#1219)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | launchdarkly/gh-actions | action | digest | `1a3dc56` β†’ `d271978` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk since this only repins GitHub Action versions; behavior changes are limited to whatever is included in the updated `launchdarkly/gh-actions` actions used in CI and secret fetching. > > **Overview** > Updates CI workflows to use a newer pinned digest (`d271978…`) of `launchdarkly/gh-actions`. > > This repin affects the `contract-tests` action used by the `browser`, `react`, `electron`, and `shopify-oxygen` workflows, and the `release-secrets` action used by the `actions/run-example` composite action. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit add8db1. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b39f048 commit d93ccef

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
done
6767
6868
- name: Run contract tests
69-
uses: launchdarkly/gh-actions/actions/contract-tests@1a3dc56945c8e87bc952119b055f9481b4d642b0
69+
uses: launchdarkly/gh-actions/actions/contract-tests@d271978e893b5b9facb9f000414e9fcd62e1f78b
7070
with:
7171
test_service_port: 8000
7272
token: ${{ secrets.GITHUB_TOKEN }}

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

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

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

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@ runs:
2727
run: |
2828
echo "${{ inputs.env_vars }}" >> $GITHUB_ENV
2929
30-
- uses: launchdarkly/gh-actions/actions/release-secrets@1a3dc56945c8e87bc952119b055f9481b4d642b0
30+
- uses: launchdarkly/gh-actions/actions/release-secrets@d271978e893b5b9facb9f000414e9fcd62e1f78b
3131
name: 'Get the client-side SDK key'
3232
with:
3333
aws_assume_role: ${{ inputs.aws_assume_role }}
3434
ssm_parameter_pairs: '/sdk/common/hello-apps/client-key = LAUNCHDARKLY_CLIENT_SIDE_ID'
3535

36-
- uses: launchdarkly/gh-actions/actions/release-secrets@1a3dc56945c8e87bc952119b055f9481b4d642b0
36+
- uses: launchdarkly/gh-actions/actions/release-secrets@d271978e893b5b9facb9f000414e9fcd62e1f78b
3737
name: 'Get the mobile SDK key'
3838
with:
3939
aws_assume_role: ${{ inputs.aws_assume_role }}
4040
ssm_parameter_pairs: '/sdk/common/hello-apps/mobile-key = LAUNCHDARKLY_MOBILE_KEY'
4141

42-
- uses: launchdarkly/gh-actions/actions/release-secrets@1a3dc56945c8e87bc952119b055f9481b4d642b0
42+
- uses: launchdarkly/gh-actions/actions/release-secrets@d271978e893b5b9facb9f000414e9fcd62e1f78b
4343
name: 'Get the server-side SDK key'
4444
with:
4545
aws_assume_role: ${{ inputs.aws_assume_role }}
4646
ssm_parameter_pairs: '/sdk/common/hello-apps/server-key = LAUNCHDARKLY_SDK_KEY'
4747

48-
- uses: launchdarkly/gh-actions/actions/release-secrets@1a3dc56945c8e87bc952119b055f9481b4d642b0
48+
- uses: launchdarkly/gh-actions/actions/release-secrets@d271978e893b5b9facb9f000414e9fcd62e1f78b
4949
name: 'Get the test feature flag key'
5050
with:
5151
aws_assume_role: ${{ inputs.aws_assume_role }}

0 commit comments

Comments
Β (0)