Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: write
steps:
- name: Label PRs
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-testing-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Setup Apollo Git Bot
id: bot-token
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
with:
app-id: ${{ secrets.STUDIOCMS_GIT_BOT_APP_ID }}
private-key: ${{ secrets.STUDIOCMS_GIT_BOT_PRIVATE_KEY }}
Expand Down Expand Up @@ -44,14 +44,14 @@ jobs:
run: pnpm ci:test

- name: Deploy Allure Report to GitHub Pages
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
with:
github_token: ${{ steps.bot-token.outputs.token }}
publish_branch: test-report
publish_dir: ./allure-report

- name: Upload History file
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
with:
github_token: ${{ steps.bot-token.outputs.token }}
publish_branch: test-history
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Setup Apollo Git Bot
id: bot-token
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
with:
app-id: ${{ secrets.STUDIOCMS_GIT_BOT_APP_ID }}
private-key: ${{ secrets.STUDIOCMS_GIT_BOT_PRIVATE_KEY }}
Expand All @@ -35,7 +35,7 @@ jobs:
run: pnpm ci:test

- name: Run Allure Action
uses: allure-framework/allure-action@c24234151c027cfee99e00eb6ec2dac1eb350414 # v0.6.6
uses: allure-framework/allure-action@b9200013eff7f16624c5ad1c61d4fdde803cea27 # v0.7.0
with:
report-directory: "./allure-report"
github-token: ${{ steps.bot-token.outputs.token }}
Loading