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 57d1708 commit bbf2bbaCopy full SHA for bbf2bba
.github/workflows/update-cli.yml
@@ -46,7 +46,7 @@ jobs:
46
# Create a Pull Request with the version changes
47
- name: Create Pull Request
48
if: steps.checkmarx-ast-cli.outputs.current_tag != steps.checkmarx-ast-cli.outputs.release_tag
49
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c #v6
50
with:
51
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
52
commit-message: Update checkmarx-ast-cli to ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
0 commit comments