| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
I ran go run . pull locally and it correctly resolved the v1/v2 tags:
DEBU[0032] Found refs/heads/main. DEBU[0032] Resolved to 6ed7f7079817cf4b3d0248d1cfb3aa83781ddd0a. DEBU[0032] Found refs/tags/v1. DEBU[0032] Resolved to 6c3ae45f3a4a4cfd22f4876f5c2d393d491b51e8. DEBU[0032] Found refs/tags/v2.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This fixes tags not being dereferenced before being used, which has started causing the tool to fail since github/codeql-action was updated to use tags to reference each release rather than branches.