Skip to content

Commit 24fa460

Browse files
authored
chore: updated actions (#329)
* chore: updated actions * chore: release title
1 parent 22a828c commit 24fa460

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build-test-lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repo
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1616

1717
- name: Setup Node.js
18-
uses: actions/setup-node@v6
18+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
1919
with:
2020
node-version: 24
2121

2222
- name: Install pnpm
23-
uses: pnpm/action-setup@v4
23+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
2424
with:
2525
run_install: false
2626

@@ -37,7 +37,7 @@ jobs:
3737
run: pnpm lint
3838

3939
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v5
40+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
4141

4242
- name: dotenv-diff scan
4343
run: npx dotenv-diff

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
version: pnpm run version
5353
publish: pnpm run release
54-
commit: 'chore: release packages'
55-
title: 'chore: release packages'
54+
commit: 'chore(release): publish to npm'
55+
title: 'chore(release): publish to npm'
5656
env:
5757
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

.github/workflows/test-coverage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
pull-requests: write
1414

1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1717
with:
1818
fetch-depth: 0
1919
ref: ${{ github.event.pull_request.head.sha }}
2020

21-
- uses: pnpm/action-setup@v4
21+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
2222

23-
- uses: actions/setup-node@v6
23+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
2424
with:
2525
node-version: 20
2626
cache: 'pnpm'
@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: Comment PR with coverage
117117
if: github.event.pull_request.head.repo.fork == false
118-
uses: marocchino/sticky-pull-request-comment@v2
118+
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987
119119
with:
120120
path: comment.md
121121

0 commit comments

Comments
 (0)