Skip to content

Commit f6cf6e5

Browse files
chore(deps): update github-actions
1 parent 0cca179 commit f6cf6e5

8 files changed

Lines changed: 23 additions & 23 deletions

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ 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
3333

3434
- name: Install Tools & Dependencies
35-
uses: withstudiocms/automations/.github/actions/install@274ff117aae1034c6b4d37f545268c96a7604077 # main
35+
uses: withstudiocms/automations/.github/actions/install@2f4fab1a66855feadec9e960bdbdc4368c23aa18 # main
3636

3737
- name: Check Changeset Status
3838
run: pnpm changeset:status

.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@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0
2323
with:
2424
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2525
configuration-path: .github/labeler.yml

.github/workflows/ci-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
permissions:
3030
contents: read
3131
pull-requests: write
32-
uses: withstudiocms/automations/.github/workflows/run-pnpm.yml@274ff117aae1034c6b4d37f545268c96a7604077 # main
32+
uses: withstudiocms/automations/.github/workflows/run-pnpm.yml@2f4fab1a66855feadec9e960bdbdc4368c23aa18 # main
3333
secrets: inherit
3434
with:
3535
commands: >
@@ -44,7 +44,7 @@ jobs:
4444
issues: write
4545
pull-requests: write
4646
secrets: inherit
47-
uses: withstudiocms/automations/.github/workflows/preview.yml@274ff117aae1034c6b4d37f545268c96a7604077 # main
47+
uses: withstudiocms/automations/.github/workflows/preview.yml@2f4fab1a66855feadec9e960bdbdc4368c23aa18 # main
4848
with:
4949
build-cmd: "pnpm ci:build"
5050

@@ -57,6 +57,6 @@ jobs:
5757
issues: write
5858
pull-requests: write
5959
secrets: inherit
60-
uses: withstudiocms/automations/.github/workflows/preview-pr.yml@274ff117aae1034c6b4d37f545268c96a7604077 # main
60+
uses: withstudiocms/automations/.github/workflows/preview-pr.yml@2f4fab1a66855feadec9e960bdbdc4368c23aa18 # main
6161
with:
6262
build-cmd: "pnpm ci:build"

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
issues: write
2727
pull-requests: write
2828
secrets: inherit
29-
uses: withstudiocms/automations/.github/workflows/format.yml@274ff117aae1034c6b4d37f545268c96a7604077 # main
29+
uses: withstudiocms/automations/.github/workflows/format.yml@2f4fab1a66855feadec9e960bdbdc4368c23aa18 # main
3030

3131
todo:
3232
name: TODOs
3333
permissions:
3434
contents: write
3535
issues: write
3636
secrets: inherit
37-
uses: withstudiocms/automations/.github/workflows/todo.yml@274ff117aae1034c6b4d37f545268c96a7604077 # main
37+
uses: withstudiocms/automations/.github/workflows/todo.yml@2f4fab1a66855feadec9e960bdbdc4368c23aa18 # main
3838

3939
release:
4040
name: Release
@@ -43,7 +43,7 @@ jobs:
4343
pull-requests: write
4444
id-token: write
4545
secrets: inherit
46-
uses: withstudiocms/automations/.github/workflows/release.yml@274ff117aae1034c6b4d37f545268c96a7604077 # main
46+
uses: withstudiocms/automations/.github/workflows/release.yml@2f4fab1a66855feadec9e960bdbdc4368c23aa18 # main
4747
with:
4848
build-cmd: "pnpm ci:build"
4949
changeset-version: 'pnpm ci:version'
@@ -52,7 +52,7 @@ jobs:
5252
mergebot:
5353
name: CI - Merge Bot
5454
if: github.repository_owner == 'withstudiocms' && github.event.head_commit.message != '[ci] lint'
55-
uses: withstudiocms/automations/.github/workflows/mergebot.yml@274ff117aae1034c6b4d37f545268c96a7604077 # main
55+
uses: withstudiocms/automations/.github/workflows/mergebot.yml@2f4fab1a66855feadec9e960bdbdc4368c23aa18 # main
5656
secrets:
5757
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_MERGEBOT }}
5858

@@ -64,6 +64,6 @@ jobs:
6464
issues: write
6565
pull-requests: write
6666
secrets: inherit
67-
uses: withstudiocms/automations/.github/workflows/preview.yml@274ff117aae1034c6b4d37f545268c96a7604077 # main
67+
uses: withstudiocms/automations/.github/workflows/preview.yml@2f4fab1a66855feadec9e960bdbdc4368c23aa18 # main
6868
with:
6969
build-cmd: "pnpm ci:build"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
contents: write
2020
pull-requests: write
2121
secrets: inherit
22-
uses: withstudiocms/automations/.github/workflows/renovate-changeset.yml@274ff117aae1034c6b4d37f545268c96a7604077 # main
22+
uses: withstudiocms/automations/.github/workflows/renovate-changeset.yml@2f4fab1a66855feadec9e960bdbdc4368c23aa18 # main

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@ 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
3434
persist-credentials: false
3535
token: ${{ steps.bot-token.outputs.token }}
3636

3737
- name: Install Tools & Dependencies
38-
uses: withstudiocms/automations/.github/actions/install@274ff117aae1034c6b4d37f545268c96a7604077 # main
38+
uses: withstudiocms/automations/.github/actions/install@2f4fab1a66855feadec9e960bdbdc4368c23aa18 # main
3939

4040
- name: Build packages
4141
run: pnpm ci:build
@@ -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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ 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 }}
2727

2828
- name: Install Tools & Dependencies
29-
uses: withstudiocms/automations/.github/actions/install@274ff117aae1034c6b4d37f545268c96a7604077 # main
29+
uses: withstudiocms/automations/.github/actions/install@2f4fab1a66855feadec9e960bdbdc4368c23aa18 # main
3030

3131
- name: Build packages
3232
run: pnpm ci:build
@@ -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)