From f465877d8437ae13373d4a929add2095d93f361e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 15:25:25 +0000 Subject: [PATCH 1/2] build(deps): bump actions/setup-node from 6.4.0 to 7.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.4.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e...820762786026740c76f36085b0efc47a31fe5020) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/admin-sourcemaps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/admin-sourcemaps.yml b/.github/workflows/admin-sourcemaps.yml index 7e4ae7ea9d..e518ed456d 100644 --- a/.github/workflows/admin-sourcemaps.yml +++ b/.github/workflows/admin-sourcemaps.yml @@ -18,7 +18,7 @@ jobs: name: Checkout code - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 - run: uv python install - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version-file: snuba/admin/package.json - name: Build admin sourcemaps From a1fef71785ac65bf8715c26ba8d22d35853c83d0 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Jul 2026 18:36:12 +0000 Subject: [PATCH 2/2] fix(ci): correct setup-node version comment to v7 The bump to actions/setup-node 7.0.0 updated the pinned commit SHA but left the trailing version comment as # v6. Correct the label to # v7 to match the pinned version. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01M8TRzpQnR2epMyHZaP2EMZ --- .github/workflows/admin-sourcemaps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/admin-sourcemaps.yml b/.github/workflows/admin-sourcemaps.yml index e518ed456d..c10ae6e68e 100644 --- a/.github/workflows/admin-sourcemaps.yml +++ b/.github/workflows/admin-sourcemaps.yml @@ -18,7 +18,7 @@ jobs: name: Checkout code - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 - run: uv python install - - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version-file: snuba/admin/package.json - name: Build admin sourcemaps