From b64140e0ef9cb8ce6c4b97409339f5ecc81904e4 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 15 Jul 2026 12:35:24 +0200 Subject: [PATCH] update dessant/lock-threads to v6.0.2 We need this so the action accepts the new github token format. Signed-off-by: Paul Holzinger --- .github/workflows/issue_pr_lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_pr_lock.yml b/.github/workflows/issue_pr_lock.yml index de2a93053f..e1a29bdb59 100644 --- a/.github/workflows/issue_pr_lock.yml +++ b/.github/workflows/issue_pr_lock.yml @@ -62,7 +62,7 @@ jobs: private-key: ${{ secrets.STALE_LOCKING_APP_PRIVATE_KEY }} # Ref: https://github.com/dessant/lock-threads#usage - - uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0 + - uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c # v6.0.2 with: github-token: '${{ steps.generate-token.outputs.token }}' process-only: 'issues, prs'