File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 steps :
2020 - name : github auth
2121 id : bot
22- uses : actions/create-github-app-token@v2
22+ uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
2323 with :
2424 app-id : ${{ secrets.GH_BOT_APP_ID }}
2525 private-key : ${{ secrets.GH_BOT_APP_PEM_FILE }}
2626
27- - uses : actions/github-script@v8
27+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
2828 with :
2929 github-token : ${{ steps.bot.outputs.token }}
3030 script : |
Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ jobs:
1818 # setup github auth with bot
1919 - name : github auth
2020 id : bot
21- uses : actions/create-github-app-token@v2
21+ uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
2222 with :
2323 app-id : ${{ secrets.GH_BOT_APP_ID }}
2424 private-key : ${{ secrets.GH_BOT_APP_PEM_FILE }}
2525
2626 - name : checkout
27- uses : actions/checkout@v5
27+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2828 with :
2929 fetch-depth : 0
3030 persist-credentials : false
3131
3232 - name : setup node
33- uses : actions/setup-node@v5
33+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
3434 with :
3535 node-version-file : package.json
3636 cache : npm
You can’t perform that action at this time.
0 commit comments