@@ -16,8 +16,8 @@ permissions:
1616 contents : write
1717
1818env :
19- NODE_VERSION : 20 .x
20- JDK_VERSION : 11
19+ NODE_VERSION : 24 .x
20+ JDK_VERSION : 17
2121
2222jobs :
2323 release :
@@ -26,18 +26,18 @@ jobs:
2626 if : contains('["dedece35","glalloue","jhertout","jules-delecour-dav","olegoaer","zippy1978","utarwyn","mdubois81"]', github.actor)
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0
3232 token : ${{ secrets.RELEASE_TOKEN }}
3333
3434 - name : Use Node.js ${{ env.NODE_VERSION }}
35- uses : actions/setup-node@v4
35+ uses : actions/setup-node@v6
3636 with :
3737 node-version : ${{ env.NODE_VERSION }}
3838
3939 - name : Use JDK ${{ env.JDK_VERSION }}
40- uses : actions/setup-java@v4
40+ uses : actions/setup-java@v5
4141 with :
4242 distribution : temurin
4343 java-version : ${{ env.JDK_VERSION }}
@@ -62,12 +62,12 @@ jobs:
6262
6363 - name : Extract release notes
6464 id : extract-release-notes
65- uses : ffurrer2/extract-release-notes@v1
65+ uses : ffurrer2/extract-release-notes@202313ec7461b6b9e401996714484690ab1ae105 # v3.0.0
6666 with :
6767 prerelease : true
6868
6969 - name : Update changelog
70- uses : suyaser /keep-a-changelog-new-release@1.4 .0
70+ uses : thomaseizinger /keep-a-changelog-new-release@f62c3c390716df5af712ba5d94f4f4a8efc1306d # v3.1 .0
7171 with :
7272 version : ${{ steps.package-version.outputs.version }}
7373 tag : ${{ steps.package-version.outputs.version }}
@@ -85,13 +85,13 @@ jobs:
8585 working-directory : sonar-plugin
8686
8787 - name : Commit new version
88- uses : EndBug/add-and-commit@v9
88+ uses : EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
8989 with :
9090 message : Release version ${{ steps.package-version.outputs.version }}
9191 default_author : github_actions
9292
9393 - name : Create release
94- uses : softprops/action-gh-release@v1
94+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
9595 with :
9696 name : Release ${{ steps.package-version.outputs.version }}
9797 tag_name : ${{ steps.package-version.outputs.version }}
@@ -105,13 +105,13 @@ jobs:
105105 needs : release
106106 steps :
107107 - name : Checkout
108- uses : actions/checkout@v4
108+ uses : actions/checkout@v6
109109 with :
110110 ref : ${{ github.ref }}
111111 token : ${{ secrets.RELEASE_TOKEN }}
112112
113113 - name : Use JDK ${{ env.JDK_VERSION }}
114- uses : actions/setup-java@v4
114+ uses : actions/setup-java@v5
115115 with :
116116 distribution : temurin
117117 java-version : ${{ env.JDK_VERSION }}
@@ -129,7 +129,7 @@ jobs:
129129 run : sed -i -E 's/plugin-(.*).jar/plugin-${{ steps.sonar-plugin-version.outputs.version }}.jar/' docker-compose.yml
130130
131131 - name : Commit new version
132- uses : EndBug/add-and-commit@v9
132+ uses : EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
133133 with :
134134 message : Prepare for next development iteration
135135 default_author : github_actions
0 commit comments