[chore] Pin third-party GitHub Actions to commit SHAs (#4076)

This commit is contained in:
filtered
2025-06-07 21:06:34 -07:00
committed by GitHub
parent 79a63de70e
commit e8236e1a85
8 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ jobs:
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_OUTPUT
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
with:
token: ${{ secrets.PR_GH_TOKEN }}
commit-message: '[chore] Update litegraph to ${{ steps.get-version.outputs.NEW_VERSION }}'