Skip to content

Commit

Permalink
Merge pull request #5767 from kingthorin/cla-updt2
Browse files Browse the repository at this point in the history
Update cla workflow to 2.6.1
  • Loading branch information
psiinon authored Sep 26, 2024
2 parents c9cb2c6 + 021d10c commit ec1fda9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: contributor-assistant/github-action@v2.5.1
uses: contributor-assistant/github-action@v2.6.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.ZAP_CLA_PAT }}
Expand All @@ -28,3 +28,4 @@ jobs:
allowlist: zapbot,dependabot[bot]
remote-organization-name: 'zaproxy'
remote-repository-name: 'cla'
suggest-recheck: 'false'

0 comments on commit ec1fda9

Please sign in to comment.