From ef67f66b1f825cdab1fc4e2b72658e044baeec12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:43:44 +0000 Subject: [PATCH] Bump cla-assistant/github-action from 2.6.0 to 2.6.1 Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/cla-assistant/github-action/releases) - [Commits](https://github.com/cla-assistant/github-action/compare/b1522fa982419e79591a92e1267de463a281cdb7...ca4a40a7d1004f18d9960b404b97e5f30a505a08) --- updated-dependencies: - dependency-name: cla-assistant/github-action 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 683bcd51..543ecd00 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@b1522fa982419e79591a92e1267de463a281cdb7 + uses: cla-assistant/github-action@ca4a40a7d1004f18d9960b404b97e5f30a505a08 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_PERSONAL_ACCESS_TOKEN }}