Skip to content

Commit e4a881c

Browse files
authored
Pin untrusted Github Action to a commit hash (#2279)
1 parent f7c39d1 commit e4a881c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
name: Backport
1212
steps:
1313
- name: Backport
14-
uses: tibdex/backport@v1
14+
uses: tibdex/backport@7005ef85c4562bc23b0e9b4a9940d5922f439750 # v2
1515
with:
1616
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)