[Backport 8.9] Pin untrusted Github Action to a commit hash (#1986) (#1991)

This commit is contained in:
Josh Mock
2023-08-28 14:54:11 -05:00
committed by GitHub
parent fc34ebc329
commit 0096710263

View File

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