From fa9ef39ec9f1099c58ecf712a925c75870bd3bcb Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Mon, 27 Oct 2025 17:55:11 +0100 Subject: [PATCH] ci(workflows): pin 3rd party actions --- .github/workflows/new-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new-issues.yml b/.github/workflows/new-issues.yml index 888ff92..f0e85f0 100644 --- a/.github/workflows/new-issues.yml +++ b/.github/workflows/new-issues.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: initial labelling - uses: andymckay/labeler@master + uses: andymckay/labeler@3a4296e9dcdf9576b0456050db78cfd34853f260 # master with: add-labels: "needs triage" ignore-if-assigned: true