File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ jobs:
3838
3939 build :
4040 if : github.actor != 'dependabot[bot]'
41- uses : apache/logging-parent/.github/workflows/build-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # 10.4 .0
41+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/ 10.5 .0
4242 with :
4343 java-version : 17
4444 site-enabled : true
4545
4646 deploy-snapshot :
4747 needs : build
4848 if : github.repository == 'apache/logging-log4j2' && github.ref_name == 'main'
49- uses : apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # 10.4 .0
49+ uses : apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/ 10.5 .0
5050 # Secrets for deployments
5151 secrets :
5252 NEXUS_USER : ${{ secrets.NEXUS_USER }}
5757 deploy-release :
5858 needs : build
5959 if : github.repository == 'apache/logging-log4j2' && startsWith(github.ref_name, 'release/')
60- uses : apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # 10.4 .0
60+ uses : apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/ 10.5 .0
6161 # Secrets for deployments
6262 secrets :
6363 GPG_SECRET_KEY : ${{ secrets.LOGGING_GPG_SECRET_KEY }}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ permissions: read-all
3030jobs :
3131
3232 analyze :
33- uses : apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # 10.4 .0
33+ uses : apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/ 10.5 .0
3434 with :
3535 java-version : 17
3636 # Permissions required to publish Security Alerts
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
3030
3131 build :
3232 if : github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33- uses : apache/logging-parent/.github/workflows/build-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # 10.4 .0
33+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/ 10.5 .0
3434 with :
3535 java-version : 17
3636
3737 merge-dependabot :
3838 needs : build
39- uses : apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # 10.4 .0
39+ uses : apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/ 10.5 .0
4040 with :
4141 java-version : 17
4242 permissions :
You can’t perform that action at this time.
0 commit comments