Pin untrusted Github Action to a commit hash (#1986)

This commit is contained in:
Josh Mock
2023-08-28 10:38:52 -05:00
committed by GitHub
parent 13923b353b
commit f72d146b0a

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