File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 environment : Build
2020 steps :
2121 - name : Checkout Code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
2424 - name : Set Node.js 20.x
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2626 with :
2727 node-version : 20.x
2828 cache : ' npm'
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ jobs:
2222 id-token : write
2323 steps :
2424 - name : Checkout Code
25- uses : actions/checkout@v4
25+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626 with :
2727 ssh-key : ${{ secrets.RELEASE_DEPLOY_KEY }}
2828 fetch-depth : 0
2929 ref : ${{ github.event.inputs.branch }}
3030
31- - name : Set Node.js 18 .x
32- uses : actions/setup-node@v4
31+ - name : Set Node.js 20 .x
32+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333 with :
34- node-version : 18 .x
34+ node-version : 20 .x
3535 registry-url : ' https://registry.npmjs.org'
3636 cache : ' npm'
3737
5858 npm pack
5959
6060 - name : Publish release with JReleaser
61- uses : jreleaser/release-action@v2
61+ uses : jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8 # v 2.4.2
6262 env :
6363 JRELEASER_PROJECT_VERSION : ${{ github.event.inputs.version }}
6464 JRELEASER_GPG_PASSPHRASE : ${{ secrets.JRELEASER_GPG_PASSPHRASE }}
6969 # Persist logs
7070 - name : JReleaser release output
7171 if : always()
72- uses : actions/upload-artifact@v4
72+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v 4.6.2
7373 with :
7474 name : jreleaser-release
7575 path : |
You can’t perform that action at this time.
0 commit comments