Skip to content

Commit 01dac4a

Browse files
authored
Merge branch 'main' into konkerama/main
2 parents 05c9109 + dc385cd commit 01dac4a

File tree

14 files changed

+299
-279
lines changed

14 files changed

+299
-279
lines changed

.github/workflows/actions.yml

+1-1
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@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
54+
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
5555
with:
5656
sarif_file: results.sarif
5757
category: actions-zizmor

.github/workflows/codeql.yml

+2-2
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@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
34+
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
3535
with:
3636
languages: ${{ matrix.language }}
3737
build-mode: none
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
40+
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
4141
with:
4242
category: "/language:${{matrix.language}}"

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
attestations: write
1818
steps:
19-
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
19+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020
with:
2121
node-version: 22
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/update-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# use an app to ensure CI is triggered
2424
- name: Generate TF docs
2525
if: github.repository_owner == 'github-aws-runners'
26-
uses: terraform-docs/gh-actions@aeae0038ed47a547e0c0fca5c059d3335f48fb25 # v1.3.0
26+
uses: terraform-docs/gh-actions@6de6da0cefcc6b4b7a5cbea4d79d97060733093c # v1.4.1
2727
with:
2828
find-dir: .
2929
git-commit-message: "docs: auto update terraform docs"
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Generate TF docs (forks)
3535
if: github.repository_owner != 'github-aws-runners'
36-
uses: terraform-docs/gh-actions@aeae0038ed47a547e0c0fca5c059d3335f48fb25 # v1.3.0
36+
uses: terraform-docs/gh-actions@6de6da0cefcc6b4b7a5cbea4d79d97060733093c # v1.4.1
3737
with:
3838
find-dir: .
3939
git-commit-message: "docs: auto update terraform docs"

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [6.5.0](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.4.3...v6.5.0) (2025-04-15)
4+
5+
6+
### Features
7+
8+
* migrate launch template to use SSM for AMI lookup ([#4517](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4517)) ([472cc5f](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/472cc5f6175d79e26260e0ed7a9cac7fc299411f))
9+
10+
11+
### Bug Fixes
12+
13+
* **lambda:** bump the aws group in /lambdas with 6 updates ([#4536](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4536)) ([acfb6c5](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/acfb6c5deda8a273e05b7cce36c6ec655dee3f50))
14+
* **lambda:** bump the aws-powertools group in /lambdas with 4 updates ([#4538](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4538)) ([a308819](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/a308819b00484006013ae1b3a538a0ecbe1296ce))
15+
* **lambda:** bump the octokit group in /lambdas with 4 updates ([#4537](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4537)) ([94f2c9d](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/94f2c9de292200fb8c9d640cc26a759fc91cf0f7))
16+
317
## [6.4.3](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.4.2...v6.4.3) (2025-04-08)
418

519

lambdas/functions/ami-housekeeper/package.json

+2-2
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.783.0",
30-
"@aws-sdk/client-ssm": "^3.782.0",
29+
"@aws-sdk/client-ec2": "^3.787.0",
30+
"@aws-sdk/client-ssm": "^3.787.0",
3131
"cron-parser": "^5.0.4"
3232
},
3333
"nx": {

lambdas/functions/control-plane/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@aws-sdk/types": "^3.775.0",
21-
"@octokit/types": "^13.10.0",
21+
"@octokit/types": "^14.0.0",
2222
"@types/aws-lambda": "^8.10.147",
2323
"@types/node": "^22.14.0",
2424
"@vercel/ncc": "^0.38.3",
@@ -32,13 +32,13 @@
3232
"dependencies": {
3333
"@aws-github-runner/aws-powertools-util": "*",
3434
"@aws-github-runner/aws-ssm-util": "*",
35-
"@aws-lambda-powertools/parameters": "^2.17.0",
36-
"@aws-sdk/client-ec2": "^3.783.0",
37-
"@aws-sdk/client-sqs": "^3.782.0",
35+
"@aws-lambda-powertools/parameters": "^2.18.0",
36+
"@aws-sdk/client-ec2": "^3.787.0",
37+
"@aws-sdk/client-sqs": "^3.787.0",
3838
"@middy/core": "^4.7.0",
39-
"@octokit/auth-app": "7.2.0",
40-
"@octokit/core": "6.1.4",
41-
"@octokit/plugin-throttling": "9.6.1",
39+
"@octokit/auth-app": "7.2.1",
40+
"@octokit/core": "6.1.5",
41+
"@octokit/plugin-throttling": "10.0.0",
4242
"@octokit/rest": "21.1.1",
4343
"cron-parser": "^5.0.4"
4444
},

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

+2-2
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.782.0",
32-
"@aws-sdk/lib-storage": "^3.782.0",
31+
"@aws-sdk/client-s3": "^3.787.0",
32+
"@aws-sdk/lib-storage": "^3.787.0",
3333
"@middy/core": "^4.7.0",
3434
"@octokit/rest": "21.1.1",
3535
"axios": "^1.8.3"

lambdas/functions/termination-watcher/package.json

+1-1
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.783.0",
27+
"@aws-sdk/client-ec2": "^3.787.0",
2828
"@middy/core": "^4.7.0"
2929
},
3030
"nx": {

lambdas/functions/webhook/package.json

+3-3
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.783.0",
20+
"@aws-sdk/client-eventbridge": "^3.787.0",
2121
"@octokit/webhooks-types": "^7.6.1",
2222
"@types/aws-lambda": "^8.10.147",
2323
"@types/express": "^5.0.0",
@@ -30,10 +30,10 @@
3030
"dependencies": {
3131
"@aws-github-runner/aws-powertools-util": "*",
3232
"@aws-github-runner/aws-ssm-util": "*",
33-
"@aws-sdk/client-sqs": "^3.782.0",
33+
"@aws-sdk/client-sqs": "^3.787.0",
3434
"@middy/core": "^4.7.0",
3535
"@octokit/rest": "21.1.1",
36-
"@octokit/types": "^13.10.0",
36+
"@octokit/types": "^14.0.0",
3737
"@octokit/webhooks": "^13.8.0",
3838
"aws-lambda": "^1.0.7"
3939
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"body-parser": "^1.20.3"
2121
},
2222
"dependencies": {
23-
"@aws-lambda-powertools/logger": "^2.17.0",
24-
"@aws-lambda-powertools/metrics": "^2.17.0",
25-
"@aws-lambda-powertools/tracer": "^2.17.0",
23+
"@aws-lambda-powertools/logger": "^2.18.0",
24+
"@aws-lambda-powertools/metrics": "^2.18.0",
25+
"@aws-lambda-powertools/tracer": "^2.18.0",
2626
"aws-lambda": "^1.0.7"
2727
},
2828
"nx": {

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

+1-1
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.782.0"
26+
"@aws-sdk/client-ssm": "^3.787.0"
2727
},
2828
"nx": {
2929
"includedScripts": [

lambdas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"ts-node": "^10.9.2",
4040
"ts-node-dev": "^2.0.0",
4141
"typescript": "^5.8.2",
42-
"vite": "^6.2.5",
42+
"vite": "^6.2.6",
4343
"vitest": "^3.1.1"
4444
},
4545
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)