Skip to content

Commit 9caaa14

Browse files
pacphiclaude
andcommitted
fix(ci): disable govulncheck internal checkout to prevent auth conflict
The govulncheck-action uses an older internal actions/[email protected] that creates duplicate Authorization headers when the repo is already checked out, causing HTTP 400 errors. Setting repo-checkout: false skips the redundant checkout since we already check out the code. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 4e29386 commit 9caaa14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
with:
3838
go-version-input: 1.24
3939
go-package: ./...
40+
repo-checkout: false
4041

4142
- name: Run Nancy vulnerability scanner for Go modules
4243
run: |

0 commit comments

Comments
 (0)