-
-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
Description
This would be similar to our other uses: clause checks, except that it would check if a uses: clause references an archived repository.
For example, if foo/bar was archived on GitHub, the following would be flagged:
- uses: foo/bar@blah
# these too
- uses: foo/bar/some/action@blah
- uses: foo/bar/.github/workflows/something-reusable.yml@blahNaming this archived-uses or similar probably makes sense.
h/t @lopopolo for this idea 🙂
lopopolo