ref-confusion in setup-task #517
Replies: 2 comments 2 replies
-
Hmm, that's interesting. That might be a false positive, or a quirk of GitHub's tags API - I can see that you only have |
Beta Was this translation helpful? Give feedback.
2 replies
-
I've opened this as a bug with #518. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is probably me being stupid, but I'm confused by a
ref-confusion
complaint I get.(
zizmor --version
sayszizmor 1.3.0
, was installed viacargo install --locked zizmor
)If we have a GitHub Actions step:
then with GH_TOKEN defined, we get:
(And no, we're not pinning actions to specific checksums, we're not set up to be tracking and getting security updates if we do that, so do not yet intend to make that switch.)
When I check in that
arduino/setup-task
action repo, there are branchesv1
andv2
andgit tag -l
has:So I'm confused about where the ref confusion is coming from. AFAICT,
@v2
must be a branch inrefs/heads/
and can't be inrefs/tags/
What am I missing, please?
Beta Was this translation helpful? Give feedback.
All reactions