Skip to content

Commit 860efc3

Browse files
chore(deps): pin dependencies (#1231)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [launchdarkly/gh-actions](https://redirect.github.com/launchdarkly/gh-actions) | action | pinDigest | → `0b3ff8f` | | [launchdarkly/gh-actions](https://redirect.github.com/launchdarkly/gh-actions) | action | pinDigest | → `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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My45NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1eeca07 commit 860efc3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dependency-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414

1515
- name: Generate SBOM
16-
uses: launchdarkly/gh-actions/actions/dependency-scan/generate-sbom@main
16+
uses: launchdarkly/gh-actions/actions/dependency-scan/generate-sbom@d271978e893b5b9facb9f000414e9fcd62e1f78b # main
1717
with:
1818
types: 'nodejs'
1919

@@ -25,6 +25,6 @@ jobs:
2525
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626

2727
- name: Evaluate SBOM Policy
28-
uses: launchdarkly/gh-actions/actions/dependency-scan/evaluate-policy@main
28+
uses: launchdarkly/gh-actions/actions/dependency-scan/evaluate-policy@d271978e893b5b9facb9f000414e9fcd62e1f78b # main
2929
with:
3030
artifacts-pattern: bom-*

.github/workflows/server-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
./test-harness -url http://localhost:8000 -debug --skip-from=testharness-suppressions-fdv2.txt
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53-
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.0.2
53+
- uses: launchdarkly/gh-actions/actions/contract-tests@0b3ff8f7ffc27033ba68fe8e98cf9dd263887147 # contract-tests-v1.0.2
5454
with:
5555
test_service_port: 8000
5656
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)