Skip to content

Commit ad36910

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/lambdas/nx-4cd19ff7b8
2 parents 74f7d30 + 526f486 commit ad36910

File tree

11 files changed

+416
-348
lines changed

11 files changed

+416
-348
lines changed

.github/workflows/codeql.yml

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

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
41+
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
4242
with:
4343
languages: ${{ matrix.language }}
4444
build-mode: none
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
47+
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
4848
with:
4949
category: "/language:${{matrix.language}}"

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
with:
3030
persist-credentials: false
3131
- name: 'Dependency Review'
32-
uses: actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
32+
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
3333
with:
3434
comment-summary-in-pr: always

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
# Upload the results to GitHub's code scanning dashboard (optional).
5050
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
5151
- name: "Upload to code-scanning"
52-
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
52+
uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
5353
with:
5454
sarif_file: results.sarif

lambdas/functions/ami-housekeeper/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"dependencies": {
2727
"@aws-github-runner/aws-powertools-util": "*",
2828
"@aws-github-runner/aws-ssm-util": "*",
29-
"@aws-sdk/client-ec2": "^3.901.0",
30-
"@aws-sdk/client-ssm": "^3.901.0",
29+
"@aws-sdk/client-ec2": "^3.909.0",
30+
"@aws-sdk/client-ssm": "^3.908.0",
3131
"cron-parser": "^5.4.0"
3232
},
3333
"nx": {

lambdas/functions/control-plane/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@aws-github-runner/aws-powertools-util": "*",
3434
"@aws-github-runner/aws-ssm-util": "*",
3535
"@aws-lambda-powertools/parameters": "^2.27.0",
36-
"@aws-sdk/client-ec2": "^3.901.0",
37-
"@aws-sdk/client-sqs": "^3.901.0",
36+
"@aws-sdk/client-ec2": "^3.909.0",
37+
"@aws-sdk/client-sqs": "^3.908.0",
3838
"@middy/core": "^6.4.5",
3939
"@octokit/auth-app": "8.1.1",
4040
"@octokit/core": "7.0.5",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
},
2929
"dependencies": {
3030
"@aws-github-runner/aws-powertools-util": "*",
31-
"@aws-sdk/client-s3": "^3.901.0",
32-
"@aws-sdk/lib-storage": "^3.903.0",
31+
"@aws-sdk/client-s3": "^3.908.0",
32+
"@aws-sdk/lib-storage": "^3.908.0",
3333
"@middy/core": "^6.4.5",
3434
"@octokit/rest": "22.0.0",
3535
"axios": "^1.12.2"

lambdas/functions/termination-watcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@aws-github-runner/aws-powertools-util": "*",
27-
"@aws-sdk/client-ec2": "^3.901.0",
27+
"@aws-sdk/client-ec2": "^3.909.0",
2828
"@middy/core": "^6.4.5"
2929
},
3030
"nx": {

lambdas/functions/webhook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"all": "yarn build && yarn format && yarn lint && yarn test"
1818
},
1919
"devDependencies": {
20-
"@aws-sdk/client-eventbridge": "^3.901.0",
20+
"@aws-sdk/client-eventbridge": "^3.908.0",
2121
"@octokit/webhooks-types": "^7.6.1",
2222
"@types/aws-lambda": "^8.10.155",
2323
"@types/express": "^5.0.3",
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@aws-github-runner/aws-powertools-util": "*",
3232
"@aws-github-runner/aws-ssm-util": "*",
33-
"@aws-sdk/client-sqs": "^3.901.0",
33+
"@aws-sdk/client-sqs": "^3.908.0",
3434
"@middy/core": "^6.4.5",
3535
"@octokit/rest": "22.0.0",
3636
"@octokit/types": "^15.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@aws-github-runner/aws-powertools-util": "*",
26-
"@aws-sdk/client-ssm": "^3.901.0"
26+
"@aws-sdk/client-ssm": "^3.908.0"
2727
},
2828
"nx": {
2929
"includedScripts": [

lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@swc/helpers": "~0.5.17",
3434
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
3535
"@typescript-eslint/eslint-plugin": "^8.46.0",
36-
"@typescript-eslint/parser": "^8.46.0",
36+
"@typescript-eslint/parser": "^8.46.1",
3737
"@vitest/coverage-v8": "^3.2.4",
3838
"chalk": "^5.6.2",
3939
"eslint": "^9.37.0",

0 commit comments

Comments
 (0)