From 1df5ab9ed516aac7d191acf4ccf63a1baf8cc530 Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 22:18:15 +0000 Subject: [PATCH] chore(deps): pin actions/setup-node action to 1e60f62 --- .github/workflows/reusable-commitlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-commitlint.yaml b/.github/workflows/reusable-commitlint.yaml index 6596533..e2dc5b7 100644 --- a/.github/workflows/reusable-commitlint.yaml +++ b/.github/workflows/reusable-commitlint.yaml @@ -33,7 +33,7 @@ jobs: token: "${{ steps.app-token.outputs.token }}" - name: Set up Node - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: "${{ inputs.node-version }}"