Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/lambdas/aws-cc74b5106b
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm authored Jan 2, 2025
2 parents 9ad1979 + 46159a0 commit 617ce0c
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build distribution
run: yarn build
- name: Upload coverage report
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
if: ${{ failure() }}
with:
name: coverage-reports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
working-directory: lambdas
run: yarn install --frozen-lockfile && yarn run test && yarn dist
- name: Get installation token
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
id: token
with:
app-id: ${{ secrets.FOREST_RELEASER_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# change docs via PR in case of locked main branch
- name: Create Pull Request (main branch only)
if: github.ref == 'refs/heads/main' && github.repository_owner == 'philips-labs'
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "docs: auto update terraform docs"
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/ami-housekeeper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "^0.38.3",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "^0.38.3",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/gh-agent-syncer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@types/request": "^2.48.12",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.16.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/termination-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "^0.38.3",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/aws-lambda": "^8.10.145",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "0.38.3",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/libs/aws-powertools-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/aws-lambda": "^8.10.145",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "0.38.3",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/libs/aws-ssm-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/aws-lambda": "^8.10.145",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "0.38.3",
Expand Down
32 changes: 24 additions & 8 deletions lambdas/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ __metadata:
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.145"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.9.0"
"@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:^0.38.3"
Expand Down Expand Up @@ -141,7 +141,7 @@ __metadata:
"@types/aws-lambda": "npm:^8.10.145"
"@types/express": "npm:^4.17.21"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.9.0"
"@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:0.38.3"
Expand Down Expand Up @@ -171,7 +171,7 @@ __metadata:
"@types/aws-lambda": "npm:^8.10.145"
"@types/express": "npm:^4.17.21"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.9.0"
"@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:0.38.3"
Expand Down Expand Up @@ -208,7 +208,7 @@ __metadata:
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.145"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.9.0"
"@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:^0.38.3"
Expand Down Expand Up @@ -243,7 +243,7 @@ __metadata:
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.145"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.9.0"
"@types/node": "npm:^22.10.2"
"@types/request": "npm:^2.48.12"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/parser": "npm:^8.16.0"
Expand Down Expand Up @@ -273,7 +273,7 @@ __metadata:
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.145"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.9.0"
"@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:^0.38.3"
Expand Down Expand Up @@ -309,7 +309,7 @@ __metadata:
"@types/aws-lambda": "npm:^8.10.145"
"@types/express": "npm:^4.17.21"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.9.0"
"@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:0.38.3"
Expand Down Expand Up @@ -5280,7 +5280,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^22.9.0":
"@types/node@npm:*":
version: 22.9.0
resolution: "@types/node@npm:22.9.0"
dependencies:
Expand All @@ -5289,6 +5289,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.10.2":
version: 22.10.2
resolution: "@types/node@npm:22.10.2"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/2c7b71a040f1ef5320938eca8ebc946e6905caa9bbf3d5665d9b3774a8d15ea9fab1582b849a6d28c7fc80756a62c5666bc66b69f42f4d5dafd1ccb193cdb4ac
languageName: node
linkType: hard

"@types/parse-json@npm:^4.0.0":
version: 4.0.2
resolution: "@types/parse-json@npm:4.0.2"
Expand Down Expand Up @@ -11363,6 +11372,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: 10c0/68e659a98898d6a836a9a59e6adf14a5d799707f5ea629433e025ac90d239f75e408e2e5ff086afc3cace26f8b26ee52155293564593fbb4a2f666af57fc59bf
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
Expand Down

0 comments on commit 617ce0c

Please sign in to comment.