From 996ab6bbebab442411c8a4567a8ebd3629210008 Mon Sep 17 00:00:00 2001 From: Dominik Przybysz Date: Tue, 12 Dec 2023 09:15:26 +0100 Subject: [PATCH] SNOW-989861: Update CLA github action --- .github/workflows/cla_bot.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cla_bot.yml b/.github/workflows/cla_bot.yml index be1486f4c..c76e38a49 100644 --- a/.github/workflows/cla_bot.yml +++ b/.github/workflows/cla_bot.yml @@ -6,7 +6,7 @@ on: types: [opened,closed,synchronize] jobs: - CLAssistant: + CLAAssistant: runs-on: ubuntu-latest permissions: actions: write @@ -16,7 +16,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_target' - uses: cla-assistant/github-action@master + uses: contributor-assistant/github-action/@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_BOT_TOKEN }} @@ -24,6 +24,7 @@ jobs: path-to-signatures: 'signatures/version1.json' path-to-document: 'https://github.com/snowflakedb/CLA/blob/main/README.md' branch: 'main' - allowlist: 'dependabot[bot],github-actions,Jenkins User,_jenkins' + allowlist: 'dependabot[bot],github-actions,Jenkins User,_jenkins,sfc-gh-snyk-sca-sa,snyk-bot' remote-organization-name: 'snowflakedb' remote-repository-name: 'cla-db' +