diff --git a/.github/workflows/dev-artifact.yaml b/.github/workflows/dev-artifact.yaml index 278ae8371..6c3c71090 100644 --- a/.github/workflows/dev-artifact.yaml +++ b/.github/workflows/dev-artifact.yaml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: "24" diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 493e04b05..08fdd23e7 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 #v5.0.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version: '24' cache: 'npm' diff --git a/.github/workflows/large-tests.yaml b/.github/workflows/large-tests.yaml index db7dd5720..9050ed8cb 100644 --- a/.github/workflows/large-tests.yaml +++ b/.github/workflows/large-tests.yaml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 #v5.0.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version: '24' cache: 'npm' @@ -42,7 +42,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 #v5.0.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version: '24' cache: 'npm' @@ -72,7 +72,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 #v5.0.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version: '24' cache: 'npm' diff --git a/.github/workflows/reusable_build-and-test.yaml b/.github/workflows/reusable_build-and-test.yaml index 35c547367..d49a5f949 100644 --- a/.github/workflows/reusable_build-and-test.yaml +++ b/.github/workflows/reusable_build-and-test.yaml @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 with: fetch-depth: ${{ !fromJSON(env.do_sonarscan) && 1 || 0 }} - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 #v5.0.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version: '24' cache: 'npm' @@ -101,7 +101,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 #v5.0.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version: '24' cache: 'npm' @@ -135,7 +135,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 #v5.0.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version: '24' cache: 'npm' @@ -180,7 +180,7 @@ jobs: timeout-minutes: 45 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 #v5.0.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version: '24' cache: 'npm' diff --git a/.github/workflows/reusable_deliver.yaml b/.github/workflows/reusable_deliver.yaml index b0b273769..55c952b62 100644 --- a/.github/workflows/reusable_deliver.yaml +++ b/.github/workflows/reusable_deliver.yaml @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: "Setup node" - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: "24" registry-url: https://npm.pkg.github.com @@ -86,7 +86,7 @@ jobs: persist-credentials: false - name: "Setup node" - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: "24" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/update-protos.yaml b/.github/workflows/update-protos.yaml index 49ad54374..5da6e2144 100644 --- a/.github/workflows/update-protos.yaml +++ b/.github/workflows/update-protos.yaml @@ -93,7 +93,7 @@ jobs: ref: ${{ env.LATEST_TAG }} persist-credentials: true - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 #v5.0.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 if: steps.check-update.outputs.no_updates != 'true' with: node-version: '24'