From 36e930c1440b0e426b64ecaf22766edf5921e264 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:56:50 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/labels.yml | 2 +- .github/workflows/nodejs.yml | 2 +- .github/workflows/release-drafter.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 0956ff2c..1423b884 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code from GitHub - uses: actions/checkout@v6 + uses: actions/checkout@v6.1.0 - name: Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0 env: diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index fe409caa..fd367df9 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -29,7 +29,7 @@ jobs: env: CI: true - name: Archive production artifacts - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@v7.0.1 with: name: tmp-zip-node-v${{ matrix.node-version }} path: tmp/*.zip diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 1d97fde9..dfe0931c 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -10,6 +10,6 @@ jobs: name: Update Release Draft runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v7 + - uses: release-drafter/release-drafter@v7.6.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}