|
30 | 30 |
|
31 | 31 | build: |
32 | 32 | if: github.actor != 'dependabot[bot]' |
33 | | - uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.0.0 |
| 33 | + uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0 |
34 | 34 | secrets: |
35 | 35 | DV_ACCESS_TOKEN: ${{ startsWith(github.ref_name, 'release/') && '' || secrets.GE_ACCESS_TOKEN }} |
36 | 36 | with: |
|
41 | 41 | deploy-snapshot: |
42 | 42 | needs: build |
43 | 43 | if: github.repository == 'apache/logging-log4j2' && github.ref_name == 'main' |
44 | | - uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/12.0.0 |
| 44 | + uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/12.1.0 |
45 | 45 | # Secrets for deployments |
46 | 46 | secrets: |
47 | 47 | NEXUS_USERNAME: ${{ secrets.NEXUS_USER }} |
|
50 | 50 | deploy-release: |
51 | 51 | needs: build |
52 | 52 | if: github.repository == 'apache/logging-log4j2' && startsWith(github.ref_name, 'release/') |
53 | | - uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/12.0.0 |
| 53 | + uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/12.1.0 |
54 | 54 | # Secrets for deployments |
55 | 55 | secrets: |
56 | 56 | GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }} |
|
68 | 68 | needs: [ deploy-snapshot, deploy-release ] |
69 | 69 | if: ${{ always() && (needs.deploy-snapshot.result == 'success' || needs.deploy-release.result == 'success') }} |
70 | 70 | name: "verify-reproducibility (${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.project-version || needs.deploy-snapshot.outputs.project-version }})" |
71 | | - uses: apache/logging-parent/.github/workflows/verify-reproducibility-reusable.yaml@rel/12.0.0 |
| 71 | + uses: apache/logging-parent/.github/workflows/verify-reproducibility-reusable.yaml@rel/12.1.0 |
72 | 72 | with: |
73 | 73 | nexus-url: ${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.nexus-url || 'https://repository.apache.org/content/groups/snapshots' }} |
74 | 74 | # Encode the `runs-on` input as JSON array |
|
0 commit comments