Skip to content

Commit 9973c59

Browse files
committed
Lock CI action versions
1 parent 4b4feca commit 9973c59

File tree

4 files changed

+57
-11
lines changed

4 files changed

+57
-11
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout the repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616
- name: Extract the changelog
1717
id: changelog
1818
run: |
@@ -36,7 +36,7 @@ jobs:
3636
echo "EOF" >> $GITHUB_OUTPUT
3737
- name: Create the release
3838
if: steps.changelog.outputs.changelog_content != ''
39-
uses: softprops/action-gh-release@v1
39+
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
4040
with:
4141
name: ${{ github.ref_name }}
4242
body: '${{ steps.changelog.outputs.changelog_content }}'

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout the repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616
- name: Install pnpm
17-
uses: pnpm/action-setup@v4
17+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
1818
with:
1919
version: 10
2020
- name: Install Node.js
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2222
with:
2323
node-version: 23
2424
cache: pnpm
@@ -37,13 +37,13 @@ jobs:
3737
name: Node.js ${{ matrix.node-version }} Quick
3838
steps:
3939
- name: Checkout the repository
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4141
- name: Install pnpm
42-
uses: pnpm/action-setup@v4
42+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
4343
with:
4444
version: 10
4545
- name: Install Node.js ${{ matrix.node-version }}
46-
uses: actions/setup-node@v4
46+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
4747
with:
4848
node-version: ${{ matrix.node-version }}
4949
cache: pnpm
@@ -63,15 +63,15 @@ jobs:
6363
name: Node.js ${{ matrix.node-version }} Quick
6464
steps:
6565
- name: Checkout the repository
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6767
- name: Install pnpm
68-
uses: pnpm/action-setup@v1
68+
uses: pnpm/action-setup@8e1abe543ff1fa17b5d36e08ed01b4a1e4c31eb4 # v1.2.1
6969
with:
7070
version: 3
7171
env:
7272
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
7373
- name: Install Node.js ${{ matrix.node-version }}
74-
uses: actions/setup-node@v4
74+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
7575
with:
7676
node-version: ${{ matrix.node-version }}
7777
- name: Install dependencies

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"devDependencies": {
5757
"@logux/eslint-config": "^57.0.0",
5858
"@size-limit/preset-small-lib": "11.2.0",
59+
"actions-up": "^1.5.0",
5960
"c8": "^10.1.3",
6061
"clean-publish": "^6.0.1",
6162
"eslint": "^9.39.1",

pnpm-lock.yaml

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)