File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 steps :
1010 - name : Generate GitHub App token
1111 id : app-token
12- uses : actions/create-github-app-token@v2
12+ uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
1313 with :
1414 app-id : 3060111
1515 private-key : ${{ secrets.HOTDATA_AUTOMATION_PRIVATE_KEY }}
1616 owner : hotdata-dev
1717
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919 with :
2020 token : ${{ steps.app-token.outputs.token }}
2121
4646 rm -f openapi.yaml
4747 rm -f .github/workflows/python.yml
4848
49- - uses : actions/setup-python@v5
49+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
5050 with :
5151 python-version : ' 3.12'
5252
5656 python -c "import hotdata"
5757
5858 - name : Create PR
59- uses : peter-evans/create-pull-request@v6
59+ uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
6060 with :
6161 token : ${{ steps.app-token.outputs.token }}
6262 title : " chore: regenerate client from updated OpenAPI spec"
You can’t perform that action at this time.
0 commit comments