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

Error: Not found #18

Open
erkdahl opened this issue Aug 17, 2022 · 6 comments
Open

Error: Not found #18

erkdahl opened this issue Aug 17, 2022 · 6 comments
Assignees

Comments

@erkdahl
Copy link

erkdahl commented Aug 17, 2022

We are using this action on a few of our applications. On a few applications, this action fails with the following error:

Run shioyang/[email protected]
  with:
    github-token: ***
    labels: ["xxx"]
  env:
    IMAGE-NAME: xxx/yyy
    JIRA_ID: xxx
Error: Not Found
##[debug]Node Action run completed with exit code 1
##[debug]Finishing: Check PR label for dependabot

There is no clue as to why it fails. Something is not found, but i dont know what. There is no labels on the PR, but it should then return false, not exit with Error.
Also we are running this action on other pipelines, also without labels on PR, and there it runs just fine (returns false).

@shioyang
Copy link
Owner

shioyang commented Aug 19, 2022

@digdirerik Hi, Erik:
Thank you for your report. The reason should be that a depended library had a vulnerability, which was also reported by dependabot #19 several days before.

I updated the library and the issue must be fixed by PR #20. Would you try the latest release v1.0.6 ?

https://github.com/shioyang/check-pr-labels-on-push-action/releases/tag/v1.0.6

@shioyang shioyang self-assigned this Aug 19, 2022
@erkdahl
Copy link
Author

erkdahl commented Aug 29, 2022

@shioyang Thanks! I tested now with version 1.0.6. But unfortunatly, still exactly the same error...

@shioyang
Copy link
Owner

@digdirerik Thank you for the testing. I'll check and investigate the issue...

@erkdahl
Copy link
Author

erkdahl commented Oct 28, 2022

Any progress on this?

@shioyang
Copy link
Owner

shioyang commented Jan 7, 2023

@erkdahl I added some logging codes into the latest release, v1.0.9.
Would you try to re-run a workflow with debug logging mode?

@erkdahl
Copy link
Author

erkdahl commented Jan 13, 2023

@shioyang Ok i tested with the latest version. Still fails. Here is debug log:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants