[Backport 8.10] Pin untrusted Github Action to a commit hash (#1986) (#1992)

This commit is contained in:
Josh Mock
2023-08-28 14:53:38 -05:00
committed by GitHub
parent 8d5e75d795
commit 6472046446

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 }}