2424 steps :
2525 - name : " setup env"
2626 id : " setup"
27- uses : " KyoriPowered/ci-cookbook/actions/setup-java-env@2025.10.17 "
27+ uses : " KyoriPowered/ci-cookbook/actions/setup-java-env@ce1dea3f90f8e361ed19afb2c914ab0fdcf42fef " # 2025.12.18
2828 with :
2929 runtime_version : 21
3030 publishing_branch_regex : ' (?:(?:(?:mc\/)?(\d+(?:\.\d+)*(?:\.x)?)))'
3535 run : " ./gradlew build --stacktrace"
3636 - name : " archive test results"
3737 if : " ${{ always() }}"
38- uses : " actions/upload-artifact@v4.6.2"
38+ uses : " actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 " # v4.6.2
3939 with :
4040 name : " ${{ runner.os }}-test-results"
4141 path : |
5252 fi
5353 echo "VERSION=$VERSION" >> $GITHUB_ENV
5454 - name : " Cache test run data"
55- uses : " actions/cache@v4.2.3 "
55+ uses : " actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 " # v4.3.0
5656 with :
5757 path : |
5858 testserver/libraries
@@ -126,7 +126,7 @@ jobs:
126126 ./gradlew copyJavadoc --output build/publish-jd/platform/
127127 - name : " authenticate for javadoc publication"
128128 if : " ${{ runner.os == 'Linux' && env.STATUS == 'release' && github.event_name == 'release' }}"
129- uses : " actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 " # v2.1.4
129+ uses : " actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf " # v2.2.1
130130 id : jd-token
131131 with :
132132 app-id : " ${{ secrets.DEPLOYMENT_APP_ID }}"
@@ -139,7 +139,7 @@ jobs:
139139 run : ' echo "user-id=$(gh api "/users/${{ steps.jd-token.outputs.app-slug }}[bot]" --jq .id)" >> "$GITHUB_OUTPUT"'
140140 - name : " publish javadoc"
141141 if : " ${{ runner.os == 'Linux' && env.STATUS == 'release' && github.event_name == 'release' }}"
142- uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
142+ uses : JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6
143143 with :
144144 folder : build/publish-jd
145145 repository-name : " PaperMC/adventure-javadocs"
0 commit comments