Skip to content

Commit d348c24

Browse files
authored
Merge branch 'main' into fix-iam-role-name-length
2 parents 8a7fbcc + b09d3e3 commit d348c24

File tree

22 files changed

+680
-519
lines changed

22 files changed

+680
-519
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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
54+
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
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
@@ -39,12 +39,12 @@ jobs:
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
42+
uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
4343
with:
4444
languages: ${{ matrix.language }}
4545
build-mode: none
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
48+
uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
4949
with:
5050
category: "/language:${{matrix.language}}"

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
with:
2929
persist-credentials: false
3030
- name: 'Dependency Review'
31-
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
31+
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
3232
with:
3333
comment-summary-in-pr: always
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mkdocs-material==9.6.16
1+
mkdocs-material==9.6.18

.github/workflows/mkdocs/requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ charset-normalizer==3.4.2 \
118118
click==8.2.1 \
119119
--hash=sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202 \
120120
--hash=sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b
121-
# via mkdocs
121+
# via
122+
# mkdocs
123+
# mkdocs-material
122124
colorama==0.4.6 \
123125
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
124126
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
@@ -223,9 +225,9 @@ mkdocs-get-deps==0.2.0 \
223225
--hash=sha256:162b3d129c7fad9b19abfdcb9c1458a651628e4b1dea628ac68790fb3061c60c \
224226
--hash=sha256:2bf11d0b133e77a0dd036abeeb06dec8775e46efa526dc70667d8863eefc6134
225227
# via mkdocs
226-
mkdocs-material==9.6.16 \
227-
--hash=sha256:8d1a1282b892fe1fdf77bfeb08c485ba3909dd743c9ba69a19a40f637c6ec18c \
228-
--hash=sha256:d07011df4a5c02ee0877496d9f1bfc986cfb93d964799b032dd99fe34c0e9d19
228+
mkdocs-material==9.6.18 \
229+
--hash=sha256:a2eb253bcc8b66f8c6eaf8379c10ed6e9644090c2e2e9d0971c7722dc7211c05 \
230+
--hash=sha256:dbc1e146a0ecce951a4d84f97b816a54936cdc9e1edd1667fc6868878ac06701
229231
# via -r requirements.in
230232
mkdocs-material-extensions==1.3.1 \
231233
--hash=sha256:10c9511cea88f568257f960358a467d12b970e1f7b2c0e5fb2bb48cab1928443 \

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
# Upload the results to GitHub's code scanning dashboard (optional).
4949
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
5050
- name: "Upload to code-scanning"
51-
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed
51+
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d
5252
with:
5353
sarif_file: results.sarif

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
run: echo "name=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
4646
- name: Release
4747
id: release
48-
uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
48+
uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0
4949
with:
5050
target-branch: ${{ steps.branch.outputs.name }}
5151
release-type: terraform-module
5252
token: ${{ steps.token.outputs.token }}
5353
- name: Attest
5454
if: ${{ steps.release.outputs.releases_created == 'true' }}
5555
id: attest
56-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
56+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
5757
with:
5858
subject-path: '${{ github.workspace }}/lambdas/functions/**/*.zip'
5959
- name: Update release notes with attestation

.github/workflows/semantic-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222
with:
2323
persist-credentials: false
24-
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
24+
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
2525
name: Check PR for Semantic Commit Message
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/terraform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
key: tflint-${{ hashFiles('.tflint.hcl') }}
6161
- if: contains(matrix.terraform, '1.5.')
6262
name: Setup TFLint
63-
uses: terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 # v4.1.1
63+
uses: terraform-linters/setup-tflint@ae78205cfffec9e8d93fd2b3115c7e9d3166d4b6 # v5.0.0
6464
with:
6565
github_token: ${{ secrets.GITHUB_TOKEN }}
6666
- if: contains(matrix.terraform, '1.5.')
@@ -126,7 +126,7 @@ jobs:
126126
key: tflint-${{ hashFiles('.tflint.hcl') }}
127127
- if: contains(matrix.terraform, '1.3.')
128128
name: Setup TFLint
129-
uses: terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 # v4.1.1
129+
uses: terraform-linters/setup-tflint@ae78205cfffec9e8d93fd2b3115c7e9d3166d4b6 # v5.0.0
130130
with:
131131
github_token: ${{ secrets.GITHUB_TOKEN }}
132132
- if: contains(matrix.terraform, '1.3.')
@@ -189,7 +189,7 @@ jobs:
189189
key: tflint-${{ hashFiles('.tflint.hcl') }}
190190
- if: contains(matrix.terraform, '1.5.')
191191
name: Setup TFLint
192-
uses: terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 # v4.1.1
192+
uses: terraform-linters/setup-tflint@ae78205cfffec9e8d93fd2b3115c7e9d3166d4b6 # v5.0.0
193193
with:
194194
github_token: ${{ secrets.GITHUB_TOKEN }}
195195
- if: contains(matrix.terraform, '1.5.')

CHANGELOG.md

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

3+
## [6.7.5](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.7.4...v6.7.5) (2025-08-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **lambda:** bump the aws group in /lambdas with 6 updates ([#4730](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4730)) ([0f02f61](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/0f02f61712ec0bc468af1c239c41f867cf04ae69))
9+
10+
## [6.7.4](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.7.3...v6.7.4) (2025-08-25)
11+
12+
13+
### Bug Fixes
14+
15+
* add handling for 404 errors in scale-down tests and improve error logging ([#4726](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4726)) ([95aa6a2](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/95aa6a2774d1694d27c3b21a79d05600fae84762))
16+
* **lambda:** bump the aws group in /lambdas with 7 updates ([#4709](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4709)) ([0e74b3d](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/0e74b3da68098efe1253b68208a037a83f18c81b))
17+
* **lambda:** bump the aws-powertools group in /lambdas with 4 updates ([#4718](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4718)) ([9a63469](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/9a634690994db35be82ca8126b4380e60b08da6a))
18+
* remove progress and control codes from log output ([#4699](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4699)) ([1c6b424](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/1c6b4242b00aef6e2057a176baf29dc03ed4dceb))
19+
320
## [6.7.3](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.7.2...v6.7.3) (2025-08-07)
421

522

0 commit comments

Comments
 (0)