[Backport 8.8] Pin untrusted Github Action to a commit hash (#1986) (#1990)

This commit is contained in:
Josh Mock
2023-08-28 14:53:58 -05:00
committed by GitHub
parent 23703c0951
commit ec3c010693

View File

@ -11,6 +11,6 @@ jobs:
name: Backport
steps:
- name: Backport
uses: tibdex/backport@v2
uses: tibdex/backport@7005ef85c4562bc23b0e9b4a9940d5922f439750
with:
github_token: ${{ secrets.GITHUB_TOKEN }}