Skip to content

fix: Bump dessant/lock-threads to v6 - #759

Closed
mattwang44 wants to merge 1 commit into
terraform-aws-modules:masterfrom
mattwang44:fix/lock-threads-v6
Closed

fix: Bump dessant/lock-threads to v6#759
mattwang44 wants to merge 1 commit into
terraform-aws-modules:masterfrom
mattwang44:fix/lock-threads-v6

Conversation

@mattwang44

@mattwang44 mattwang44 commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Description

(During my investigation to why v8.8.1 is not released to the tf registry, though not related) I noticed the scheduled Lock Threads workflow has been failing on every run (e.g. run #27857912049):

##[error]"github-token" length must be less than or equal to 100 characters long

dessant/lock-threads@v5 validates github-token with a Joi.string().trim().max(100) schema. GitHub's GITHUB_TOKEN now exceeds 100 characters, so the input fails validation and the job errors out before doing anything.

dessant/lock-threads@v6 raises that cap to max(1000), which resolves the failure. It also moves the action runtime to node24, clearing the Node.js 20 is deprecated warning that the same run emits.

This bumps the action v5v6. No input changes are required — all inputs used by this workflow are unchanged in v6.

@mattwang44
mattwang44 marked this pull request as ready for review June 20, 2026 19:25
@github-actions

Copy link
Copy Markdown

This PR has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this PR will be closed in 10 days

@github-actions github-actions Bot added the stale label Jul 21, 2026
@github-actions

Copy link
Copy Markdown

This PR was automatically closed because of stale in 10 days

@github-actions github-actions Bot closed this Jul 31, 2026
@github-actions

Copy link
Copy Markdown

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Aug 30, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant