File tree Expand file tree Collapse file tree 4 files changed +61
-8
lines changed Expand file tree Collapse file tree 4 files changed +61
-8
lines changed Original file line number Diff line number Diff line change 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 : |
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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
4040 with :
4141 name : ${{ github.ref_name }}
4242 body : ' ${{ steps.changelog.outputs.changelog_content }}'
Original file line number Diff line number Diff 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@v2
17+ uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
1818 with :
1919 version : 10
2020 - name : Install Node.js
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2222 with :
2323 node-version : 24
2424 cache : pnpm
@@ -36,13 +36,13 @@ jobs:
3636 name : Node.js ${{ matrix.node-version }} Quick
3737 steps :
3838 - name : Checkout the repository
39- uses : actions/checkout@v4
39+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4040 - name : Install pnpm
41- uses : pnpm/action-setup@v2
41+ uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
4242 with :
4343 version : 10
4444 - name : Install Node.js ${{ matrix.node-version }}
45- uses : actions/setup-node@v4
45+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4646 with :
4747 node-version : ${{ matrix.node-version }}
4848 cache : pnpm
Original file line number Diff line number Diff line change 3939 },
4040 "devDependencies" : {
4141 "@logux/eslint-config" : " ^56.1.0" ,
42+ "actions-up" : " ^1.3.0" ,
4243 "c8" : " ^10.1.3" ,
4344 "clean-publish" : " ^5.2.2" ,
4445 "eslint" : " ^9.34.0" ,
You can’t perform that action at this time.
0 commit comments