github / github/gh-actions-lock
`gh actions-lock --verify --no-migrate-local-actions` should not fail on local actions
- Dominant language
- Go
- Stars
- 49
- Forks
- 3
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 3
Description
```
azdo-marketplace gh actions-lock --verify --no-migrate-local-actions
✗ 1 of 13 workflows failed verification
! local action .github\workflows\release-test-github-actions.yml
workflow uses local path actions which are not supported; remove local path actions to continue using the lockfile
↳ .github\workflows\release-test-github-actions.yml
```
Contributor guide
Research direction
Reproduce `gh actions-lock --verify --no-migrate-local-actions` with `.github\workflows\release-test-github-actions.yml` and trace how local actions are handled during verification. Done means this workflow no longer causes verification to fail when `--no-migrate-local-actions` is used, while the other workflow checks retain their current behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, go
- Domain
- ci-cd, cli, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100