@@ -32,15 +32,15 @@ jobs:
3232 outputs :
3333 VERSION : ${{ steps.version.outputs.VERSION }}
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636 with :
3737 ref : ${{ github.event.workflow_run.head_branch }}
38- - uses : actions/setup-java@v4
38+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
3939 with :
4040 distribution : ' temurin'
4141 java-version : ' 21'
4242 - name : Cache local Maven repository
43- uses : actions/cache@v4
43+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4444 with :
4545 path : |
4646 ~/.m2/repository
@@ -91,19 +91,19 @@ jobs:
9191 run :
9292 shell : bash
9393 steps :
94- - uses : actions/checkout@v4
94+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9595 with :
9696 ref : ${{ github.event.workflow_run.head_branch }}
9797
9898 - name : Set up JDK 21
99- uses : actions/setup-java@v4
99+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
100100 with :
101101 distribution : temurin
102102 java-version : ' 21'
103103 gpg-private-key : ${{ secrets.PMD_CI_GPG_PRIVATE_KEY }}
104104
105105 - name : Cache local Maven repository
106- uses : actions/cache@v4
106+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
107107 with :
108108 path : |
109109 ~/.m2/repository
@@ -122,7 +122,7 @@ jobs:
122122 -Psign -DskipTests
123123
124124 - name : Upload update-site
125- uses : actions/upload-artifact@v4
125+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
126126 with :
127127 name : update-site
128128 path : net.sourceforge.pmd.eclipse.p2updatesite/target/net.sourceforge.pmd.eclipse.p2updatesite-*.zip
@@ -137,15 +137,15 @@ jobs:
137137 run :
138138 shell : bash
139139 steps :
140- - uses : actions/checkout@v4
140+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
141141 with :
142142 ref : ${{ github.event.workflow_run.head_branch }}
143- - uses : actions/download-artifact@v4
143+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
144144 with :
145145 name : update-site
146146 - name : Prepare Release Notes
147147 run : .ci/files/prepare_release_notes.sh
148- - uses : actions/create-github-app-token@v2
148+ - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
149149 id : pmd-actions-helper-app-token
150150 with :
151151 app-id : ${{ secrets.PMD_ACTIONS_HELPER_ID }}
@@ -179,7 +179,7 @@ jobs:
179179 run :
180180 shell : bash
181181 steps :
182- - uses : actions/download-artifact@v4
182+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
183183 with :
184184 name : update-site
185185 - name : Setup ssh key for sourceforge
@@ -223,13 +223,13 @@ jobs:
223223 run :
224224 shell : bash
225225 steps :
226- - uses : actions/checkout@v4
226+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
227227 with :
228228 ref : ${{ github.event.workflow_run.head_branch }}
229- - uses : actions/download-artifact@v4
229+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
230230 with :
231231 name : update-site
232- - uses : actions/create-github-app-token@v2
232+ - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
233233 id : pmd-actions-helper-app-token
234234 with :
235235 app-id : ${{ secrets.PMD_ACTIONS_HELPER_ID }}
@@ -238,7 +238,7 @@ jobs:
238238 repositories : pmd-eclipse-plugin-p2-site
239239 permission-contents : write
240240 - name : Prepare Local P2 Repository
241- uses : actions/checkout@v4
241+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
242242 with :
243243 repository : pmd/pmd-eclipse-plugin-p2-site
244244 ref : gh-pages
@@ -274,7 +274,7 @@ jobs:
274274 run :
275275 shell : bash
276276 steps :
277- - uses : actions/checkout@v4
277+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
278278 with :
279279 ref : ${{ github.event.workflow_run.head_branch }}
280280 - name : Prepare Release Notes
0 commit comments