worflow action version fixed (can't use only major)

This commit is contained in:
Taras Greben 2026-05-23 11:47:23 +03:00
commit 6fd3922c0a

View file

@ -17,7 +17,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.pull_request
uses: cla-assistant/github-action@v2
uses: cla-assistant/github-action@v2.13.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_SIGNATURE_PAT }}