Skip to content

Commit 8e58131

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/lambdas/aws-4447b07486
2 parents b2ac23e + 364ecce commit 8e58131

File tree

9 files changed

+150
-142
lines changed

9 files changed

+150
-142
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
actions: write
1616
steps:
17-
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
17+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
1818
with:
1919
node-version: 20
2020
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

.github/workflows/update-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# change docs via PR in case of locked main branch
4343
- name: Create Pull Request (main branch only)
4444
if: github.ref == 'refs/heads/main' && github.repository_owner == 'philips-labs'
45-
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3
45+
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
4646
with:
4747
token: ${{ secrets.GITHUB_TOKEN }}
4848
commit-message: "docs: auto update terraform docs"

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For non ephemeral runners with the idle config the module will avoid scaling dow
2424

2525
## Detailed design
2626

27-
The diagram below shows the architecture of the module, groups are indicating the different components. Ww will go through the components in the following sections.
27+
The diagram below shows the architecture of the module, groups are indicating the different components. We will go through the components in the following sections.
2828

2929
![Architecture](assets/aws-architecture.light.png#only-light)
3030
![Architecture](assets/aws-architecture.dark.png#only-dark)

lambdas/functions/ami-housekeeper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@typescript-eslint/eslint-plugin": "^7.18.0",
2424
"@typescript-eslint/parser": "^7.18.0",
2525
"@vercel/ncc": "^0.38.1",
26-
"aws-sdk-client-mock": "^4.0.1",
26+
"aws-sdk-client-mock": "^4.0.2",
2727
"aws-sdk-client-mock-jest": "^4.0.1",
2828
"eslint": "^8.57.0",
2929
"eslint-plugin-prettier": "5.2.1",

lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@typescript-eslint/eslint-plugin": "^7.18.0",
2424
"@typescript-eslint/parser": "^7.18.0",
2525
"@vercel/ncc": "^0.38.1",
26-
"aws-sdk-client-mock": "^4.0.1",
26+
"aws-sdk-client-mock": "^4.0.2",
2727
"aws-sdk-client-mock-jest": "^4.0.1",
2828
"eslint": "^8.57.0",
2929
"eslint-plugin-prettier": "5.2.1",

lambdas/functions/gh-agent-syncer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@typescript-eslint/eslint-plugin": "^7.18.0",
2525
"@typescript-eslint/parser": "^7.18.0",
2626
"@vercel/ncc": "^0.38.1",
27-
"aws-sdk-client-mock": "^4.0.1",
27+
"aws-sdk-client-mock": "^4.0.2",
2828
"aws-sdk-client-mock-jest": "^4.0.1",
2929
"eslint": "^8.57.0",
3030
"eslint-plugin-prettier": "5.2.1",

lambdas/functions/termination-watcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@typescript-eslint/eslint-plugin": "^7.18.0",
2222
"@typescript-eslint/parser": "^7.18.0",
2323
"@vercel/ncc": "^0.38.1",
24-
"aws-sdk-client-mock": "^4.0.1",
24+
"aws-sdk-client-mock": "^4.0.2",
2525
"aws-sdk-client-mock-jest": "^4.0.1",
2626
"eslint": "^8.57.0",
2727
"eslint-plugin-prettier": "5.2.1",

lambdas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@nx/eslint": "19.5.7",
2525
"@nx/jest": "19.5.4",
26-
"@nx/js": "^19.7.3",
26+
"@nx/js": "^19.8.0",
2727
"@swc-node/register": "~1.10.9",
2828
"@swc/core": "~1.7.22",
2929
"@swc/helpers": "~0.5.12",

0 commit comments

Comments
 (0)