Sam

Results 5 comments of Sam

For posterity, I hit this same error, I was just trying to run coverage against a single file in the root of the repo.. I moved it to a src...

I suspect this is where the problem originates… `/github/workspace/Dockerfile /github/workspace/go.mod /github/workspace/go.sum /github/workspace/package.Dockerfile` These files are unchanged and yet are still being reported in the diff ``` 2025-10-08T15:42:17.8827785Z 2025-10-08 15:42:17 [DEBUG]...

``` 2025-10-08T15:42:12.3155372Z ##[debug]Evaluating: secrets.GITHUB_TOKEN 2025-10-08T15:42:12.3155711Z ##[debug]Evaluating Index: 2025-10-08T15:42:12.3155958Z ##[debug]..Evaluating secrets: 2025-10-08T15:42:12.3156221Z ##[debug]..=> Object 2025-10-08T15:42:12.3156457Z ##[debug]..Evaluating String: 2025-10-08T15:42:12.3156685Z ##[debug]..=> 'GITHUB_TOKEN' 2025-10-08T15:42:12.3157323Z ##[debug]=> '***' 2025-10-08T15:42:12.3157630Z ##[debug]Result: '***' 2025-10-08T15:42:12.3158429Z ##[debug]Evaluating: inputs.validate-all-codebase 2025-10-08T15:42:12.3158956Z ##[debug]Evaluating...

``` 2025-10-08T15:42:14.1775675Z 2025-10-08 15:42:14 [DEBUG] Git branches: * dependabot/github_actions/REDACTED/build-resources-3 2025-10-08T15:42:14.1776540Z remotes/origin/dependabot/github_actions/REDACTED/build-resources-3 2025-10-08T15:42:14.1777098Z remotes/origin/main 2025-10-08T15:42:14.1803617Z 2025-10-08 15:42:14 [DEBUG] Validate the Git SHA and branch references 2025-10-08T15:42:14.1832583Z 2025-10-08 15:42:14 [DEBUG] Validating GITHUB_SHA:...

So I have been testing these builds on three separate repos displaying this issue. NOTE: I did not modify go.mod or go.sum in the pull request branches in any of...