From f757193471b95dcb6becee63f01136a1ca0d0b1f Mon Sep 17 00:00:00 2001 From: Maximilian Michels Date: Wed, 6 May 2026 07:29:20 +0200 Subject: [PATCH] Build: Correct actions/labeler version comment to v6.0.1 The pinned hash resolves to tag v6.0.1, not v6. zizmor's ref-version-mismatch audits this. --- .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 16aac23a5683..3735367053ce 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