Skip to content

Commit f6a926f

Browse files
authored
Use approved third-party action with a specific commit
1 parent 6a466b8 commit f6a926f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Create branch comment
1414
if: ${{ github.base_ref == 'master' && contains(join(github.event.pull_request.labels.*.name, ''), 'merge-to-production') }}
15-
uses: peter-evans/create-or-update-comment@v1
15+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
1616
with:
1717
issue-number: ${{github.event.number}}
1818
body: |

0 commit comments

Comments
 (0)