Skip to content

Commit 5eb0e12

Browse files
authored
Merge branch 'main' into fix-spot-tag-on-fallback
2 parents d09bc8f + 0558831 commit 5eb0e12

File tree

12 files changed

+1096
-1173
lines changed

12 files changed

+1096
-1173
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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
54+
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
34+
uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
3535
with:
3636
languages: ${{ matrix.language }}
3737
build-mode: none
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
40+
uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
4141
with:
4242
category: "/language:${{matrix.language}}"

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [6.5.6](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.5.5...v6.5.6) (2025-05-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **lambda:** bump the aws group in /lambdas with 6 updates ([e9760c2](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/e9760c23ae1ae6daa4c2f28926859698025a148f))
9+
* **lambda:** bump the aws group in /lambdas with 7 updates ([6f2d037](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/6f2d0378154f9afbf4868a8031a6db9bae72aa48))
10+
* **lambda:** bump the aws-powertools group in /lambdas with 4 updates ([5748478](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/5748478646b8af92417448ee8d0de21b672f4732))
11+
* **lambda:** bump the octokit group across 1 directory with 4 updates ([1d7efd4](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/1d7efd4f834869df4e378f8935557e4e6db1bde3))
12+
313
## [6.5.5](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.5.4...v6.5.5) (2025-05-09)
414

515

lambdas/functions/ami-housekeeper/package.json

Lines changed: 3 additions & 3 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/types": "^3.804.0",
20+
"@aws-sdk/types": "^3.821.0",
2121
"@types/aws-lambda": "^8.10.147",
2222
"@vercel/ncc": "^0.38.3",
2323
"aws-sdk-client-mock": "^4.1.0",
@@ -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.808.0",
30-
"@aws-sdk/client-ssm": "^3.808.0",
29+
"@aws-sdk/client-ec2": "^3.827.0",
30+
"@aws-sdk/client-ssm": "^3.826.0",
3131
"cron-parser": "^5.0.4"
3232
},
3333
"nx": {

lambdas/functions/control-plane/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@
1717
"all": "yarn build && yarn format && yarn lint && yarn test"
1818
},
1919
"devDependencies": {
20-
"@aws-sdk/types": "^3.804.0",
21-
"@octokit/types": "^14.0.0",
20+
"@aws-sdk/types": "^3.821.0",
21+
"@octokit/types": "^14.1.0",
2222
"@types/aws-lambda": "^8.10.147",
2323
"@types/node": "^22.14.0",
2424
"@vercel/ncc": "^0.38.3",
2525
"aws-sdk-client-mock": "^4.1.0",
2626
"aws-sdk-client-mock-jest": "^4.1.0",
27-
"moment-timezone": "^0.5.47",
27+
"moment-timezone": "^0.6.0",
2828
"nock": "^14.0.2",
2929
"ts-node": "^10.9.2",
3030
"ts-node-dev": "^2.0.0"
3131
},
3232
"dependencies": {
3333
"@aws-github-runner/aws-powertools-util": "*",
3434
"@aws-github-runner/aws-ssm-util": "*",
35-
"@aws-lambda-powertools/parameters": "^2.19.1",
36-
"@aws-sdk/client-ec2": "^3.808.0",
37-
"@aws-sdk/client-sqs": "^3.808.0",
35+
"@aws-lambda-powertools/parameters": "^2.20.0",
36+
"@aws-sdk/client-ec2": "^3.827.0",
37+
"@aws-sdk/client-sqs": "^3.826.0",
3838
"@middy/core": "^6.1.6",
39-
"@octokit/auth-app": "7.2.1",
40-
"@octokit/core": "6.1.5",
41-
"@octokit/plugin-throttling": "10.0.0",
42-
"@octokit/rest": "21.1.1",
39+
"@octokit/auth-app": "8.0.1",
40+
"@octokit/core": "7.0.2",
41+
"@octokit/plugin-throttling": "11.0.1",
42+
"@octokit/rest": "22.0.0",
4343
"cron-parser": "^5.0.4"
4444
},
4545
"nx": {

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

Lines changed: 4 additions & 4 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/types": "^3.804.0",
20+
"@aws-sdk/types": "^3.821.0",
2121
"@types/aws-lambda": "^8.10.147",
2222
"@types/node": "^22.14.0",
2323
"@types/request": "^2.48.12",
@@ -28,10 +28,10 @@
2828
},
2929
"dependencies": {
3030
"@aws-github-runner/aws-powertools-util": "*",
31-
"@aws-sdk/client-s3": "^3.808.0",
32-
"@aws-sdk/lib-storage": "^3.808.0",
31+
"@aws-sdk/client-s3": "^3.826.0",
32+
"@aws-sdk/lib-storage": "^3.826.0",
3333
"@middy/core": "^6.1.6",
34-
"@octokit/rest": "21.1.1",
34+
"@octokit/rest": "22.0.0",
3535
"axios": "^1.8.4"
3636
},
3737
"nx": {

lambdas/functions/termination-watcher/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"all": "yarn build && yarn format && yarn lint && yarn test"
1616
},
1717
"devDependencies": {
18-
"@aws-sdk/types": "^3.804.0",
18+
"@aws-sdk/types": "^3.821.0",
1919
"@types/aws-lambda": "^8.10.147",
2020
"@types/node": "^22.14.0",
2121
"@vercel/ncc": "^0.38.3",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@aws-github-runner/aws-powertools-util": "*",
27-
"@aws-sdk/client-ec2": "^3.808.0",
27+
"@aws-sdk/client-ec2": "^3.827.0",
2828
"@middy/core": "^6.1.6"
2929
},
3030
"nx": {

lambdas/functions/webhook/package.json

Lines changed: 5 additions & 5 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.808.0",
20+
"@aws-sdk/client-eventbridge": "^3.826.0",
2121
"@octokit/webhooks-types": "^7.6.1",
2222
"@types/aws-lambda": "^8.10.147",
2323
"@types/express": "^5.0.0",
@@ -30,11 +30,11 @@
3030
"dependencies": {
3131
"@aws-github-runner/aws-powertools-util": "*",
3232
"@aws-github-runner/aws-ssm-util": "*",
33-
"@aws-sdk/client-sqs": "^3.808.0",
33+
"@aws-sdk/client-sqs": "^3.826.0",
3434
"@middy/core": "^6.1.6",
35-
"@octokit/rest": "21.1.1",
36-
"@octokit/types": "^14.0.0",
37-
"@octokit/webhooks": "^13.8.2",
35+
"@octokit/rest": "22.0.0",
36+
"@octokit/types": "^14.1.0",
37+
"@octokit/webhooks": "^14.0.2",
3838
"aws-lambda": "^1.0.7"
3939
},
4040
"nx": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"body-parser": "^2.2.0"
2121
},
2222
"dependencies": {
23-
"@aws-lambda-powertools/logger": "^2.19.1",
24-
"@aws-lambda-powertools/metrics": "^2.19.1",
25-
"@aws-lambda-powertools/tracer": "^2.19.1",
23+
"@aws-lambda-powertools/logger": "^2.20.0",
24+
"@aws-lambda-powertools/metrics": "^2.20.0",
25+
"@aws-lambda-powertools/tracer": "^2.20.0",
2626
"aws-lambda": "^1.0.7"
2727
},
2828
"nx": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"all": "yarn build && yarn format && yarn lint && yarn test"
1616
},
1717
"devDependencies": {
18-
"@aws-sdk/types": "^3.804.0",
18+
"@aws-sdk/types": "^3.821.0",
1919
"@types/aws-lambda": "^8.10.147",
2020
"@types/node": "^22.14.0",
2121
"aws-sdk-client-mock": "^4.1.0",
2222
"aws-sdk-client-mock-jest": "^4.1.0"
2323
},
2424
"dependencies": {
2525
"@aws-github-runner/aws-powertools-util": "*",
26-
"@aws-sdk/client-ssm": "^3.808.0"
26+
"@aws-sdk/client-ssm": "^3.826.0"
2727
},
2828
"nx": {
2929
"includedScripts": [

0 commit comments

Comments
 (0)