From 1235bb00aa6b1bbc5bf155aa469ea86847de46cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:39:48 +0000 Subject: [PATCH] Bump cla-assistant/github-action from 2.1.2.pre.beta to 2.5.1 Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from 2.1.2.pre.beta to 2.5.1. - [Release notes](https://github.com/cla-assistant/github-action/releases) - [Commits](https://github.com/cla-assistant/github-action/compare/948230deb0d44dd38957592f08c6bd934d96d0cf...f41946747f85d28e9a738f4f38dbcc74b69c7e0e) --- updated-dependencies: - dependency-name: cla-assistant/github-action 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 c45ca2e8..a1c49be9 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -12,7 +12,7 @@ jobs: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have reviewed and hereby sign the CLA') || github.event_name == 'pull_request_target' # Pin to a specific version - this third-party action uses a personal access token - uses: cla-assistant/github-action@948230deb0d44dd38957592f08c6bd934d96d0cf + uses: cla-assistant/github-action@f41946747f85d28e9a738f4f38dbcc74b69c7e0e env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_PERSONAL_ACCESS_TOKEN }}