Skip to content

Commit f650631

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

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci-coauthors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ github.event.issue.pull_request }}
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424
with:
2525
persist-credentials: false
2626
- uses: kevinzunigacuellar/coauthor-action@292b32bdbffc663431a2a37b3bfa597d83a74905 # v0.1.3

.github/workflows/ci-ensure-changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
contents: read
2727
steps:
2828
- name: Check out code using Git
29-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3030
with:
3131
fetch-depth: 0
3232
persist-credentials: false

.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ 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@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
1818
with:
1919
app-id: ${{ secrets.STUDIOCMS_GIT_BOT_APP_ID }}
2020
private-key: ${{ secrets.STUDIOCMS_GIT_BOT_PRIVATE_KEY }}
2121

2222
- name: Checkout Repo
23-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424
with:
2525
persist-credentials: false
2626
token: ${{ steps.bot-token.outputs.token }}
@@ -35,7 +35,7 @@ jobs:
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@bd0373251ed3f1c5ac9aa44ac86ed40d839b3094 # v0.8.0
3939
with:
4040
report-directory: "./allure-report"
4141
github-token: ${{ steps.bot-token.outputs.token }}

0 commit comments

Comments
 (0)