Skip to content

Commit b136d76

Browse files
committed
Pinning version of github action
1 parent 555e2ab commit b136d76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/validate-pr-title/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
using: composite
3838
steps:
3939
- name: "Check PR title follows '${{ inputs.validate-semVer == true && '+semver: <minor|major|patch> ' || '' }}<ticket id> <description>'"
40-
uses: deepakputhraya/action-pr-title@v1.0.2
40+
uses: deepakputhraya/action-pr-title@3864bebc79c5f829d25dd42d3c6579d040b0ef16 #v1.0.2
4141
with:
4242
regex: ^${{ inputs.validate-semVer == true && '(\+semver:\s(minor|major|patch)\s)?' || '' }}([A-Z][A-Z0-9]*-\d+(:)?\s\w)
4343
if: ${{ contains(github.head_ref, 'release/') == false && contains(github.head_ref, 'merge/') == false }}

0 commit comments

Comments
 (0)