diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 7488c555568..fdf67aa0881 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -75,7 +75,7 @@ jobs: - name: Use Node.js 20 # zizmor: ignore[cache-poisoning] - node only runs the supersetbot CLI; no dependency cache is enabled - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 20 package-manager-cache: false @@ -133,7 +133,7 @@ jobs: - name: Use Node.js 20 # zizmor: ignore[cache-poisoning] - node only runs the supersetbot CLI; no dependency cache is enabled - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 20 package-manager-cache: false