mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #2193] Crash on version 0.2.58 with "open : no such file or directory" #1034
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1034
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @goofyblci on GitHub (Feb 1, 2024).
Original GitHub issue: https://github.com/nektos/act/issues/2193
Bug report info
Command used with act
Describe issue
Run the github workflow with a positive output
Link to GitHub repository
https://github.com/cplee/github-actions-demo
Workflow content
Relevant log output
Additional information
with 0.2.57 works everything fine!
@RizwanNaasir commented on GitHub (Feb 1, 2024):
@ChristopherHX commented on GitHub (Feb 1, 2024):
Could this be a regression of https://github.com/nektos/act/pull/2140?
I can reproduce this bug on windows.
@ChristopherHX commented on GitHub (Feb 1, 2024):
You can also just create the
.actrcvia v0.2.57 or create a file like~/.actrc/%USERPROFILE%\.actrcsmall
medium
large
@mrnossiom commented on GitHub (Feb 1, 2024):
I'm investigating
@patrickisgreat commented on GitHub (Feb 1, 2024):
lol -- I just went to use this for the first time thinking this will be excellent and useful and this bug seems to have popped up mere hours ago. I can confirm I too am experiencing this -- MacOS Sonoma / M2 ARM.

@ChristopherHX commented on GitHub (Feb 5, 2024):
@mrnossiom Now is Windows Defender against the update: https://github.com/microsoft/winget-pkgs/pull/137554#issuecomment-1925998401
Not shure how we should proceed with the xdg library, I was surprised seeing a duplicated bugreport about this and saw winget didn't merge the update.
I will let scan the binary via my local windows system tomorrow. I don't understand why it is flagged.
Or is creating a directory without answering the survey the problem?
@mrnossiom commented on GitHub (Feb 13, 2024):
Hi @ChristopherHX,
I really have no idea what could have triggered this. It was my first time writing Go, but I don't see any weird pattern that could be malicious. I run on Linux (as you could guess because I'm pushing enforcement of the XDG spec) and don't have access to a Windows system.
Referring to the XDG lib docs, it does create the folder even though it's not used.
Maybe we could ask help for XDG's maintainers, if it seems like a good idea to you, I can open an issue there.
Btw, did you try to scan the binary yourself as you mentioned ? I don't know how theses CIs work, but can we get more information about what triggers Windows Defender ?
@ChristopherHX commented on GitHub (Feb 13, 2024):
They seem to have accepted it after some reruns, no worries