From b828d8d87a5a90cccd2edf46a0999b92d587ac62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:32:00 +0000 Subject: [PATCH] ci: bump OpenMapX/cla-assistant-action from 2.6.1.pre.node24 to 2.6.1 Bumps [OpenMapX/cla-assistant-action](https://github.com/openmapx/cla-assistant-action) from 2.6.1.pre.node24 to 2.6.1. - [Commits](https://github.com/openmapx/cla-assistant-action/compare/3e864d0e9c7ec7a7fc4eb36e78ff857b1db7978c...ca4a40a7d1004f18d9960b404b97e5f30a505a08) --- updated-dependencies: - dependency-name: OpenMapX/cla-assistant-action dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 9006692e..e381e8af 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -32,7 +32,7 @@ jobs: github.event_name == 'pull_request_target' # Fork of the (archived) contributor-assistant/github-action, bumped to # the Node 24 runtime. See OpenMapX/cla-assistant-action. - uses: OpenMapX/cla-assistant-action@3e864d0e9c7ec7a7fc4eb36e78ff857b1db7978c # v2.6.1-node24 + uses: OpenMapX/cla-assistant-action@ca4a40a7d1004f18d9960b404b97e5f30a505a08 # v2.6.1-node24 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # A classic PAT (repo scope) or fine-grained token with Contents:write