Skip to content

Commit 44453e1

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/lambdas/trivago/prettier-plugin-sort-imports-5.2.2
2 parents 9090197 + 1bb5af1 commit 44453e1

File tree

11 files changed

+31
-31
lines changed

11 files changed

+31
-31
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
path: results.sarif
5252

5353
- name: Upload SARIF file
54-
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
54+
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
5555
with:
5656
sarif_file: results.sarif
5757
category: actions-zizmor

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131

3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
34+
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
3535
with:
3636
languages: ${{ matrix.language }}
3737
build-mode: none
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
40+
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
4141
with:
4242
category: "/language:${{matrix.language}}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
working-directory: lambdas
2727
run: yarn install --frozen-lockfile && yarn run test && yarn dist
2828
- name: Get installation token
29-
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
29+
uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
3030
id: token
3131
with:
3232
app-id: ${{ vars.RELEASER_APP_ID }}

lambdas/functions/ami-housekeeper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
2020
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
22-
"@types/node": "^22.10.2",
22+
"@types/node": "^22.13.1",
2323
"@typescript-eslint/eslint-plugin": "^8.22.0",
2424
"@typescript-eslint/parser": "^8.23.0",
2525
"@vercel/ncc": "^0.38.3",

lambdas/functions/control-plane/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
2020
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
22-
"@types/node": "^22.10.2",
22+
"@types/node": "^22.13.1",
2323
"@typescript-eslint/eslint-plugin": "^8.22.0",
2424
"@typescript-eslint/parser": "^8.23.0",
2525
"@vercel/ncc": "^0.38.3",
@@ -30,7 +30,7 @@
3030
"jest": "^29.7.0",
3131
"jest-mock": "^29.7.0",
3232
"jest-mock-extended": "^3.0.7",
33-
"moment-timezone": "^0.5.46",
33+
"moment-timezone": "^0.5.47",
3434
"nock": "^13.5.6",
3535
"prettier": "3.4.2",
3636
"ts-jest": "^29.2.5",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
2020
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
22-
"@types/node": "^22.10.2",
22+
"@types/node": "^22.13.1",
2323
"@types/request": "^2.48.12",
2424
"@typescript-eslint/eslint-plugin": "^8.22.0",
2525
"@typescript-eslint/parser": "^8.23.0",

lambdas/functions/termination-watcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
1818
"@types/aws-lambda": "^8.10.146",
1919
"@types/jest": "^29.5.14",
20-
"@types/node": "^22.10.2",
20+
"@types/node": "^22.13.1",
2121
"@typescript-eslint/eslint-plugin": "^8.22.0",
2222
"@typescript-eslint/parser": "^8.23.0",
2323
"@vercel/ncc": "^0.38.3",

lambdas/functions/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/aws-lambda": "^8.10.146",
2222
"@types/express": "^5.0.0",
2323
"@types/jest": "^29.5.14",
24-
"@types/node": "^22.10.2",
24+
"@types/node": "^22.13.1",
2525
"@typescript-eslint/eslint-plugin": "^8.22.0",
2626
"@typescript-eslint/parser": "^8.23.0",
2727
"@vercel/ncc": "0.38.3",

lambdas/libs/aws-powertools-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
1818
"@types/aws-lambda": "^8.10.146",
1919
"@types/jest": "^29.5.14",
20-
"@types/node": "^22.10.2",
20+
"@types/node": "^22.13.1",
2121
"@typescript-eslint/eslint-plugin": "^8.22.0",
2222
"@typescript-eslint/parser": "^8.23.0",
2323
"@vercel/ncc": "0.38.3",

lambdas/libs/aws-ssm-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
1818
"@types/aws-lambda": "^8.10.146",
1919
"@types/jest": "^29.5.14",
20-
"@types/node": "^22.10.2",
20+
"@types/node": "^22.13.1",
2121
"@typescript-eslint/eslint-plugin": "^8.22.0",
2222
"@typescript-eslint/parser": "^8.23.0",
2323
"@vercel/ncc": "0.38.3",

0 commit comments

Comments
 (0)