File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 pull-requests : write
2020 steps :
2121 - name : Label PRs
22- uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
22+ uses : actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
2323 with :
2424 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
2525 configuration-path : .github/labeler.yml
Original file line number Diff line number Diff line change 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 }}
@@ -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
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Setup Apollo Git Bot
1616 id : bot-token
17- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0 .0
17+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2 .0
1818 with :
1919 app-id : ${{ secrets.STUDIOCMS_GIT_BOT_APP_ID }}
2020 private-key : ${{ secrets.STUDIOCMS_GIT_BOT_PRIVATE_KEY }}
3535 run : pnpm ci:test
3636
3737 - name : Run Allure Action
38- uses : allure-framework/allure-action@c24234151c027cfee99e00eb6ec2dac1eb350414 # v0.6.6
38+ uses : allure-framework/allure-action@b9200013eff7f16624c5ad1c61d4fdde803cea27 # v0.7.0
3939 with :
4040 report-directory : " ./allure-report"
4141 github-token : ${{ steps.bot-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments