From 98f0e0fc461b54bd976ee5ffb81d5f171ee93715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:03:20 +0000 Subject: [PATCH] chore(deps): bump the github-actions-all group across 1 directory with 9 updates Bumps the github-actions-all group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `2` | `7` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` | | [docker/login-action](https://github.com/docker/login-action) | `3` | `4` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5` | `6` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `5` | `7` | | [imranismail/setup-kustomize](https://github.com/imranismail/setup-kustomize) | `2` | `3` | | [pnpm/action-setup](https://github.com/pnpm/action-setup) | `2` | `6` | | [actions/setup-node](https://github.com/actions/setup-node) | `3` | `6` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `7` | Updates `actions/checkout` from 2 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v7) Updates `docker/setup-buildx-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) Updates `docker/metadata-action` from 5 to 6 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5...v6) Updates `docker/build-push-action` from 5 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v7) Updates `imranismail/setup-kustomize` from 2 to 3 - [Release notes](https://github.com/imranismail/setup-kustomize/releases) - [Commits](https://github.com/imranismail/setup-kustomize/compare/v2...v3) Updates `pnpm/action-setup` from 2 to 6 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.0.0...v6) Updates `actions/setup-node` from 3 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v6) Updates `actions/upload-artifact` from 3 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: imranismail/setup-kustomize dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 10 +++++----- .github/workflows/deploy-mochi-web-beta.yml | 2 +- .github/workflows/deploy-mochi-web-prod.yml | 2 +- .github/workflows/gke-preview.yml | 12 ++++++------ .github/workflows/gke-prod.yml | 12 ++++++------ .github/workflows/release-web.yaml | 6 +++--- .github/workflows/release.yml | 4 ++-- .github/workflows/security.yml | 8 ++++---- 8 files changed, 28 insertions(+), 28 deletions(-) mode change 100755 => 100644 .github/workflows/gke-preview.yml mode change 100755 => 100644 .github/workflows/gke-prod.yml diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index af6d16717..e072aa25a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout branch - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Install environment uses: ./.github/actions/setup-env @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout branch - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Install environment uses: ./.github/actions/setup-env @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout branch - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Install environment uses: ./.github/actions/setup-env @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout branch - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Install environment uses: ./.github/actions/setup-env @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout branch - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Install environment uses: ./.github/actions/setup-env diff --git a/.github/workflows/deploy-mochi-web-beta.yml b/.github/workflows/deploy-mochi-web-beta.yml index 6a2d9f26c..8d28a181d 100644 --- a/.github/workflows/deploy-mochi-web-beta.yml +++ b/.github/workflows/deploy-mochi-web-beta.yml @@ -9,7 +9,7 @@ jobs: Deploy-Preview: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - name: Merge to Preview uses: devmasx/merge-branch@master with: diff --git a/.github/workflows/deploy-mochi-web-prod.yml b/.github/workflows/deploy-mochi-web-prod.yml index bb4da785b..74816620c 100644 --- a/.github/workflows/deploy-mochi-web-prod.yml +++ b/.github/workflows/deploy-mochi-web-prod.yml @@ -10,7 +10,7 @@ jobs: Deploy-Production: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - name: Merge to Prod uses: devmasx/merge-branch@master with: diff --git a/.github/workflows/gke-preview.yml b/.github/workflows/gke-preview.yml old mode 100755 new mode 100644 index 430a25060..b1484e758 --- a/.github/workflows/gke-preview.yml +++ b/.github/workflows/gke-preview.yml @@ -24,19 +24,19 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Login to GCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: gcr.io username: _json_key password: ${{ secrets.GCP_CREDENTIALS }} - name: Docker meta id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: # list of Docker images to use as base name for tags images: | @@ -49,7 +49,7 @@ jobs: type=semver,pattern={{major}} type=sha,prefix=,suffix=,format=long - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: push: true cache-from: type=gha @@ -61,7 +61,7 @@ jobs: NEXT_PUBLIC_MOCHI_PAY_API_HOST=${{ secrets.NEXT_PUBLIC_MOCHI_PAY_API_HOST }} # Setup kustomize - - uses: imranismail/setup-kustomize@v2 + - uses: imranismail/setup-kustomize@v3 with: kustomize-version: "5.1.1" github-token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/gke-prod.yml b/.github/workflows/gke-prod.yml old mode 100755 new mode 100644 index d4614c026..f424a37de --- a/.github/workflows/gke-prod.yml +++ b/.github/workflows/gke-prod.yml @@ -20,19 +20,19 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Login to GCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: gcr.io username: _json_key password: ${{ secrets.GCP_CREDENTIALS }} - name: Docker meta id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: # list of Docker images to use as base name for tags images: | @@ -45,7 +45,7 @@ jobs: type=semver,pattern={{major}} type=sha,prefix=,suffix=,format=long - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: push: true cache-from: type=gha @@ -57,7 +57,7 @@ jobs: NEXT_PUBLIC_MOCHI_PAY_API_HOST=${{ secrets.NEXT_PUBLIC_MOCHI_PAY_API_HOST }} # Setup kustomize - - uses: imranismail/setup-kustomize@v2 + - uses: imranismail/setup-kustomize@v3 with: kustomize-version: "5.1.1" github-token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/release-web.yaml b/.github/workflows/release-web.yaml index d0698b010..3a5a58b91 100644 --- a/.github/workflows/release-web.yaml +++ b/.github/workflows/release-web.yaml @@ -20,14 +20,14 @@ jobs: name: release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 # v3 + - uses: actions/checkout@v7 # v3 with: fetch-depth: 0 # to be able to checkout any commit persist-credentials: false # <--- this - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v6 with: version: 6.32.9 - - uses: actions/setup-node@v3 # v3 + - uses: actions/setup-node@v6 # v3 with: cache: pnpm node-version: 18 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcbe2074d..d3dd1726e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: if: ${{ contains(fromJSON('["tuanddd", "zlatanpham", "chinhld12", "trankhacvy", "tienan92it", "vdhieu", "leduyhien152", "nguyend-nam", "tonible14012002", "github-actions[bot]", "github-actions"]'), github.triggering_actor) }} steps: - name: Checkout branch - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: # see `fetch-depth` in README: https://github.com/actions/checkout#checkout-v4, # we set to `0` so the referenced commits are available for the command below @@ -69,7 +69,7 @@ jobs: server-url: ${{ github.server_url }} - name: Archive npm failure logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 if: failure() with: name: npm-logs diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index bddcca691..672714574 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -9,7 +9,7 @@ jobs: gitleaks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: gitleaks (release binary, no license) @@ -21,11 +21,11 @@ jobs: audit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 + - uses: actions/checkout@v7 + - uses: pnpm/action-setup@v6 with: version: 9 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 20 - name: dependency audit (advisory, non-blocking)