diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f1c1de..a72c9e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: exit 1 fi test "$(git rev-parse HEAD)" = "$SOURCE_SHA" - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 24 cache: npm @@ -185,7 +185,7 @@ jobs: test -z "$(git status --porcelain)" - name: Set up Node 24 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 24 cache: npm diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 5ef8e8a..c5c6801 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -165,7 +165,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 24 cache: npm diff --git a/.github/workflows/release-verify.yml b/.github/workflows/release-verify.yml index 5d78a71..24dcc03 100644 --- a/.github/workflows/release-verify.yml +++ b/.github/workflows/release-verify.yml @@ -58,7 +58,7 @@ jobs: shell: bash run: echo "commit_sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT" - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 24 cache: npm diff --git a/.github/workflows/security-scheduled.yml b/.github/workflows/security-scheduled.yml index 07f8dc9..d5e8c01 100644 --- a/.github/workflows/security-scheduled.yml +++ b/.github/workflows/security-scheduled.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 24 cache: npm diff --git a/.github/workflows/validate-beta-candidate.yml b/.github/workflows/validate-beta-candidate.yml index be36252..faca154 100644 --- a/.github/workflows/validate-beta-candidate.yml +++ b/.github/workflows/validate-beta-candidate.yml @@ -166,7 +166,7 @@ jobs: exit 1 fi - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 24 cache: npm @@ -282,7 +282,7 @@ jobs: exit 1 fi - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 24 cache: npm