This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git
The following commit(s) were added to refs/heads/main by this push:
new 6c6baf67 fix(ci): correct labeler action version tag (#1026)
6c6baf67 is described below
commit 6c6baf67ccd965e1001b6ac0f14c7b1845fe5d32
Author: Alessandro Nori <[email protected]>
AuthorDate: Wed May 6 17:51:41 2026 +0200
fix(ci): correct labeler action version tag (#1026)
## Summary
The hash `634933edcd8ababfe52f92936142cc22ac488b1b` resolves to tag
`v6.0.1`, but the version comment said `# v6`. This caused zizmor's
`ref-version-mismatch` audit to fail in CI.
Updates the comment to match the actual tag the hash points to.
---
.github/workflows/labeler.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 16aac23a..37353670 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -28,6 +28,6 @@ jobs:
triage:
runs-on: ubuntu-slim
steps:
- - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
+ - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
sync-labels: true