We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f8dfe commit 6d351b0Copy full SHA for 6d351b0
.github/workflows/update-cli.yml
@@ -29,7 +29,7 @@ jobs:
29
./.github/scripts/update_cli.sh ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
30
- name: Create Pull Request
31
if: steps.checkmarx-ast-cli.outputs.current_tag != steps.checkmarx-ast-cli.outputs.release_tag
32
- uses: peter-evans/create-pull-request@v4
+ uses: peter-evans/create-pull-request@v5
33
with:
34
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
35
commit-message: Update checkmarx-ast-cli to ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
0 commit comments