Skip to content

Commit 08fb915

Browse files
chore(deps): update github-actions
1 parent 7be325c commit 08fb915

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.github/workflows/ci-testing-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
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

.github/workflows/ci-testing-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
1818
with:
1919
app-id: ${{ secrets.STUDIOCMS_GIT_BOT_APP_ID }}
2020
private-key: ${{ secrets.STUDIOCMS_GIT_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)