2323 with :
2424 fetch-depth : 1
2525 - name : Install GraalVM
26- uses : graalvm/setup-graalvm@6f327093bb6a42fe5eac053d21b168c46aa46f22 # v1
26+ uses : graalvm/setup-graalvm@3aaf71e276c9159bbdfbcdab8abc50c95f41a2c8 # v1
2727 with :
2828 distribution : graalvm-community
2929 version : ' latest'
3232 - name : Build
3333 uses : ./.github/actions/main-build
3434 with :
35+ encryptionKey : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
3536 arguments : |
3637 -Ptesting.enableJaCoCo \
3738 :platform-tooling-support-tests:test \
5253 fetch-depth : 1
5354 - name : Build
5455 uses : ./.github/actions/main-build
56+ with :
57+ encryptionKey : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
5558
5659 macOS :
5760 runs-on : macos-latest
@@ -62,10 +65,12 @@ jobs:
6265 fetch-depth : 1
6366 - name : Build
6467 uses : ./.github/actions/main-build
68+ with :
69+ encryptionKey : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
6570
6671 publish_artifacts :
6772 name : Publish Snapshot Artifacts
68- needs : linux
73+ needs : Linux
6974 runs-on : ubuntu-latest
7075 permissions :
7176 attestations : write # required for build provenance attestation
@@ -82,11 +87,12 @@ jobs:
8287 ORG_GRADLE_PROJECT_sonatypeUsername : ${{ secrets.SONATYPE_USERNAME }}
8388 ORG_GRADLE_PROJECT_sonatypePassword : ${{ secrets.SONATYPE_PASSWORD }}
8489 with :
90+ encryptionKey : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
8591 arguments : |
8692 publish -x check \
8793 prepareGitHubAttestation
8894 - name : Generate build provenance attestations
89- uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
95+ uses : actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
9096 with :
9197 subject-path : documentation/build/attestation/*.jar
9298
@@ -109,13 +115,15 @@ jobs:
109115 - name : Build Documentation
110116 uses : ./.github/actions/run-gradle
111117 with :
118+ encryptionKey : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
112119 arguments : |
113120 prepareDocsForUploadToGhPages \
114121 -Dscan.tag.Documentation
115122 - name : Upload Documentation
116123 if : github.event_name == 'push' && github.repository == 'junit-team/junit5' && github.ref == 'refs/heads/main'
117124 uses : ./.github/actions/run-gradle
118125 with :
126+ encryptionKey : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
119127 arguments : |
120128 gitPublishPush \
121129 -Dscan.tag.Documentation
0 commit comments