From 7312c200e65c805dbad78db01cc4e4405a11b51f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 06:03:21 +0000 Subject: [PATCH] chore(deps): bump iainmcgin/cla-github-action from 3.1.0 to 3.2.0 Bumps [iainmcgin/cla-github-action](https://github.com/iainmcgin/cla-github-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/iainmcgin/cla-github-action/releases) - [Changelog](https://github.com/iainmcgin/cla-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/iainmcgin/cla-github-action/compare/b2654283c3d541393bf2c6efa1e0097537186313...0d27e5a16278d4adb6b0c4b92f08ad27b0a21dc8) --- updated-dependencies: - dependency-name: iainmcgin/cla-github-action dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 9f073c4..2823ef2 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -15,7 +15,7 @@ jobs: steps: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request' - uses: iainmcgin/cla-github-action@b2654283c3d541393bf2c6efa1e0097537186313 # v3.1.0 + uses: iainmcgin/cla-github-action@0d27e5a16278d4adb6b0c4b92f08ad27b0a21dc8 # v3.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.OSS_CONTRIBUTOR_LICENSE_AGREEMENT }}