Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lint failing with "detected dubious ownership" #324

Closed
t0yv0 opened this issue Feb 6, 2023 · 0 comments · Fixed by #330
Closed

Lint failing with "detected dubious ownership" #324

t0yv0 opened this issue Feb 6, 2023 · 0 comments · Fixed by #330
Assignees
Labels
kind/bug Some behavior is incorrect or out of spec p1 Bugs severe enough to be the next item assigned to an engineer resolution/fixed This issue was fixed

Comments

@t0yv0
Copy link
Member

t0yv0 commented Feb 6, 2023

What happened?

Updating repos to ci-mgmt makes the repo checks fail with "detected dubious ownership".

Examples: https://github.com/pulumi/pulumi-venafi/actions/runs/4106286075/jobs/7084314334 , also digitalocean.

This is an issue with Git versions. Related: actions/checkout#1048

|         | git version | runner version |
|---------+-------------+----------------|
| failing |      2.30.2 |        2.301.1 |
| passing |      2.39.1 |        2.301.1 |

It appears that Lint workflow uses golangci/golangci-lint:latest container which uses an affected Git version and therefore fails to checkout the repo appropriately.

Expected Behavior

Checks pass

Steps to reproduce

See https://github.com/pulumi/pulumi-venafi/actions/runs/4106286075/jobs/7084314334

Output of pulumi about

N/A

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

@t0yv0 t0yv0 added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Feb 6, 2023
@AaronFriel AaronFriel added p1 Bugs severe enough to be the next item assigned to an engineer and removed needs-triage Needs attention from the triage team labels Feb 6, 2023
jazzyfresh added a commit to pulumi/pulumi-cloudflare that referenced this issue Feb 7, 2023
@jazzyfresh jazzyfresh self-assigned this Feb 7, 2023
jazzyfresh added a commit that referenced this issue Feb 8, 2023
@t0yv0 t0yv0 closed this as completed in #330 Feb 8, 2023
t0yv0 pushed a commit that referenced this issue Feb 8, 2023
* add safe directory step to lint steps #324

* codegen: configure safe directory #324
@pulumi-bot pulumi-bot added the resolution/fixed This issue was fixed label Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec p1 Bugs severe enough to be the next item assigned to an engineer resolution/fixed This issue was fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants