Skip to content

Commit c9f98c0

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/lambdas/typescript-eslint/eslint-plugin-8.46.0
2 parents 9995d5e + a39aded commit c9f98c0

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: "Run analysis"
34-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
34+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
3535
with:
3636
results_file: results.sarif
3737
results_format: sarif
@@ -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@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
52+
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
5353
with:
5454
sarif_file: results.sarif

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
egress-policy: audit
1919

20-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
20+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
2121
with:
2222
stale-issue-message: >
2323
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.

.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@ae78205cfffec9e8d93fd2b3115c7e9d3166d4b6 # v5.0.0
63+
uses: terraform-linters/setup-tflint@acd1575d3c037258ce5b2dd01379dc49ce24c6b7 # v6.2.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@ae78205cfffec9e8d93fd2b3115c7e9d3166d4b6 # v5.0.0
129+
uses: terraform-linters/setup-tflint@acd1575d3c037258ce5b2dd01379dc49ce24c6b7 # v6.2.0
130130
with:
131131
github_token: ${{ secrets.GITHUB_TOKEN }}
132132
- if: contains(matrix.terraform, '1.3.')
@@ -191,7 +191,7 @@ jobs:
191191
key: tflint-${{ hashFiles('.tflint.hcl') }}
192192
- if: contains(matrix.terraform, '1.5.')
193193
name: Setup TFLint
194-
uses: terraform-linters/setup-tflint@ae78205cfffec9e8d93fd2b3115c7e9d3166d4b6 # v5.0.0
194+
uses: terraform-linters/setup-tflint@acd1575d3c037258ce5b2dd01379dc49ce24c6b7 # v6.2.0
195195
with:
196196
github_token: ${{ secrets.GITHUB_TOKEN }}
197197
- if: contains(matrix.terraform, '1.5.')

CHANGELOG.md

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

3+
## [6.8.2](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.8.1...v6.8.2) (2025-10-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **lambda:** Update all dependencies, cleanup lock file and force non… ([#4809](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4809)) ([b20180a](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/b20180a24ca136b81138a77353d0e1d1e4eefced))
9+
310
## [6.8.1](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.8.0...v6.8.1) (2025-10-04)
411

512

0 commit comments

Comments
 (0)