From fb20e6b6a222c95dd6bf0c61b996858d4b279578 Mon Sep 17 00:00:00 2001 From: Pablo Suarez Date: Tue, 3 Mar 2026 14:02:45 +0400 Subject: [PATCH] feat: DEVOPS-46 actions updated to fix nodejs16 deprecation --- .github/workflows/ci-linting.yml | 4 ++-- .../workflows/ci-on-pr-bazel-test-ubuntu-22.04.yml.disabled | 2 +- .github/workflows/cicd-prd.yml | 4 ++-- .github/workflows/cicd-stg.yml | 4 ++-- .../github/workflows/codeql-analysis.yml | 2 +- needing-organisation/github-wf-portal/workflows/deploy.yml | 2 +- .../github-wf-portal/workflows/test-deploy.yml | 2 +- products/bluebell/playground/.github/workflows/pr_check.yml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci-linting.yml b/.github/workflows/ci-linting.yml index cdbb84e35..003ac6cde 100644 --- a/.github/workflows/ci-linting.yml +++ b/.github/workflows/ci-linting.yml @@ -16,7 +16,7 @@ jobs: name: "Linting" steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6 - uses: pnpm/action-setup@v2 with: @@ -28,7 +28,7 @@ jobs: - name: Trunk cache id: cache-trunk - uses: actions/cache@v4.2.2 + uses: actions/cache@v5 with: path: ~/.cache/trunk/ key: ${{ runner.os }}-trunk diff --git a/.github/workflows/ci-on-pr-bazel-test-ubuntu-22.04.yml.disabled b/.github/workflows/ci-on-pr-bazel-test-ubuntu-22.04.yml.disabled index bc7995865..b7fd9a029 100644 --- a/.github/workflows/ci-on-pr-bazel-test-ubuntu-22.04.yml.disabled +++ b/.github/workflows/ci-on-pr-bazel-test-ubuntu-22.04.yml.disabled @@ -22,7 +22,7 @@ jobs: contents: read steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} diff --git a/.github/workflows/cicd-prd.yml b/.github/workflows/cicd-prd.yml index 527d528f9..48211fce8 100644 --- a/.github/workflows/cicd-prd.yml +++ b/.github/workflows/cicd-prd.yml @@ -71,7 +71,7 @@ jobs: REGISTRY: asia-docker.pkg.dev/prj-p-devops-services-tvwmrf63/zilliqa-public steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: submodules: recursive ref: ${{ github.event.pull_request.head.ref }} @@ -90,4 +90,4 @@ jobs: cache-key: ${{ env.REGISTRY }}/${{ matrix.image_name }}-cache build-args: | DEPLOY_ENV=prd - VITE_ENV="PROD" \ No newline at end of file + VITE_ENV="PROD" diff --git a/.github/workflows/cicd-stg.yml b/.github/workflows/cicd-stg.yml index 3e73f1d4d..9b8b696c0 100644 --- a/.github/workflows/cicd-stg.yml +++ b/.github/workflows/cicd-stg.yml @@ -60,7 +60,7 @@ jobs: REGISTRY: asia-docker.pkg.dev/prj-d-devops-services-4dgwlsse/zilliqa-public steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: submodules: "true" ref: ${{ github.event.pull_request.head.ref }} @@ -80,4 +80,4 @@ jobs: service-account: "${{ secrets.GCP_STG_GITHUB_SA_DOCKER_REGISTRY }}" cache-key: ${{ env.REGISTRY }}/${{ matrix.image_name }}-cache build-args: | - DEPLOY_ENV=stg \ No newline at end of file + DEPLOY_ENV=stg diff --git a/needing-organisation/deprecated-zilliqa-js/github/workflows/codeql-analysis.yml b/needing-organisation/deprecated-zilliqa-js/github/workflows/codeql-analysis.yml index 25cbf90f2..e55a30546 100644 --- a/needing-organisation/deprecated-zilliqa-js/github/workflows/codeql-analysis.yml +++ b/needing-organisation/deprecated-zilliqa-js/github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/needing-organisation/github-wf-portal/workflows/deploy.yml b/needing-organisation/github-wf-portal/workflows/deploy.yml index 580863c5a..c0bf77cb2 100644 --- a/needing-organisation/github-wf-portal/workflows/deploy.yml +++ b/needing-organisation/github-wf-portal/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - uses: actions/setup-node@v2 with: node-version: 16.x diff --git a/needing-organisation/github-wf-portal/workflows/test-deploy.yml b/needing-organisation/github-wf-portal/workflows/test-deploy.yml index 9ecac482f..929d29d6f 100644 --- a/needing-organisation/github-wf-portal/workflows/test-deploy.yml +++ b/needing-organisation/github-wf-portal/workflows/test-deploy.yml @@ -11,7 +11,7 @@ jobs: name: Build & test PR runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - uses: actions/setup-node@v2 with: node-version: 16.x diff --git a/products/bluebell/playground/.github/workflows/pr_check.yml b/products/bluebell/playground/.github/workflows/pr_check.yml index ce06f41b5..cd6a650fd 100644 --- a/products/bluebell/playground/.github/workflows/pr_check.yml +++ b/products/bluebell/playground/.github/workflows/pr_check.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: install toolchain uses: actions-rs/toolchain@v1 with: