Skip to content

Commit 48859d7

Browse files
authored
CI: fix lock issues workflow token validation (microsoft#1615)
## Summary - Bump `dessant/lock-threads` in the lock issues workflow from v6.0.0 to v6.0.2 - Pick up the upstream fix that raises `github-token` validation from 100 to 1000 characters ## Validation - `git diff --check -- .github/workflows/lock-issues.yml` - `ruby -e 'require "yaml"; YAML.load_file(".github/workflows/lock-issues.yml"); puts "YAML parsed"'` `actionlint` was not available locally, and Go was not installed for the fallback runner.
1 parent 3c21a4e commit 48859d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lock-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: 'Lock Issues'
19-
uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
19+
uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c # v6.0.2
2020
with:
2121
github-token: ${{ github.token }}
2222
issue-inactive-days: '30'

0 commit comments

Comments
 (0)