Skip to content

Commit 84a2b33

Browse files
Fix Renovate lookup: update setup-captain version comment (#4999)
The SHA pin comment referenced `# v1`, but rwx-research/setup-captain has no rolling v1 tag (only specific versions like v1.4.1). This caused Renovate to fail with "Could not determine new digest for update." The SHA itself is unchanged -- only the comment is corrected to reflect the actual tagged version (v1.4.1) so Renovate can track updates. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent ac0805e commit 84a2b33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/detector-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0
2121
with:
2222
repo: gotestyourself/gotestsum
23-
- uses: rwx-research/setup-captain@f761ee3671e4c027299f8a5842a53fba8ddd8e37 # v1
23+
- uses: rwx-research/setup-captain@f761ee3671e4c027299f8a5842a53fba8ddd8e37 # v1.4.1
2424
- name: Test Go
2525
run: |
2626
export CGO_ENABLED=1

0 commit comments

Comments
 (0)