Skip to content

Commit ec3c010

Browse files
authored
[Backport 8.8] Pin untrusted Github Action to a commit hash (#1986) (#1990)
1 parent 23703c0 commit ec3c010

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@v2
14+
uses: tibdex/backport@7005ef85c4562bc23b0e9b4a9940d5922f439750
1515
with:
1616
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)