diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 4e4454e..c58bd8f 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Use Node.js 22 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 22 cache: 'npm' @@ -50,7 +50,7 @@ jobs: - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Use Node.js 22 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 22 cache: 'npm' @@ -75,7 +75,7 @@ jobs: - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Use Node.js 22 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 22 cache: 'npm' diff --git a/.github/workflows/package-rule-rc.yml b/.github/workflows/package-rule-rc.yml index 6cdbaeb..fd60645 100644 --- a/.github/workflows/package-rule-rc.yml +++ b/.github/workflows/package-rule-rc.yml @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node_version || vars.NODE_VERSION || '22' }} diff --git a/.github/workflows/package-rule.yml b/.github/workflows/package-rule.yml index 3006ffb..41aa598 100644 --- a/.github/workflows/package-rule.yml +++ b/.github/workflows/package-rule.yml @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node_version || vars.NODE_VERSION || '22' }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7dbc429..1b3666f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -91,7 +91,7 @@ jobs: token: ${{ secrets.GH_TOKEN_LIB }} - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: ${{ inputs.node_version || vars.NODE_VERSION || '22' }} registry-url: 'https://npm.pkg.github.com/' diff --git a/.github/workflows/release-train.yml b/.github/workflows/release-train.yml index 7ae7fd2..f7665ee 100644 --- a/.github/workflows/release-train.yml +++ b/.github/workflows/release-train.yml @@ -131,7 +131,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: ${{ inputs.node_version || vars.NODE_VERSION || '22' }} registry-url: 'https://npm.pkg.github.com/'