@@ -15,19 +15,19 @@ jobs:
1515 steps :
1616 - name : Setup Apollo Git Bot
1717 id : bot-token
18- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0 .0
18+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2 .0
1919 with :
2020 app-id : ${{ secrets.STUDIOCMS_GIT_BOT_APP_ID }}
2121 private-key : ${{ secrets.STUDIOCMS_GIT_BOT_PRIVATE_KEY }}
2222
2323 - name : Checkout Repo
24- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525 with :
2626 persist-credentials : false
2727 token : ${{ steps.bot-token.outputs.token }}
2828
2929 - name : Checkout History branch
30- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131 with :
3232 ref : test-history
3333 path : test-history
@@ -44,14 +44,14 @@ jobs:
4444 run : pnpm ci:test
4545
4646 - name : Deploy Allure Report to GitHub Pages
47- uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0 .0
47+ uses : peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1 .0
4848 with :
4949 github_token : ${{ steps.bot-token.outputs.token }}
5050 publish_branch : test-report
5151 publish_dir : ./allure-report
5252
5353 - name : Upload History file
54- uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0 .0
54+ uses : peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1 .0
5555 with :
5656 github_token : ${{ steps.bot-token.outputs.token }}
5757 publish_branch : test-history
0 commit comments